Merge branch 'dev_aliyun' of http://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_video
jingquan huang 5 years ago
commit 64eb9b450e

@ -225,10 +225,11 @@ class CodeEvaluateView extends Component {
<React.Fragment>
{ item.input ?
<div className="pl20 pb5 -task-testline">
<div className="clearfix df inputTitle">
<div className="clearfix df inputTitle" style={{lineHeight: 1.5}}>
<span className="fl fb color-grey">测试输入</span>
<div className="fl color-blue input" style={{flex:1}}
<div className="fl color-blue input" style={{flex:1,overflow: 'hidden',textOverflow: 'ellipsis',
whiteSpace: 'nowrap', marginRight: '15px'}}
// dangerouslySetInnerHTML={{__html: (item.input.replace(/\r\n/g,"</br>"))}}
>

Loading…
Cancel
Save