|
|
|
@ -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>"))}}
|
|
|
|
|
|
|
|
|
|
>
|
|
|
|
|