|
|
@ -175,7 +175,7 @@ class CodeEvaluateView extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
testSetsComponentArray.push(
|
|
|
|
testSetsComponentArray.push(
|
|
|
|
<div className="-task-ces-top clearfix" onClick={ this.onTestSetHeaderClick.bind(this, index) }
|
|
|
|
<div className="-task-ces-top clearfix" onClick={ this.onTestSetHeaderClick.bind(this, index) }
|
|
|
|
style={{cursor:'pointer'}} key={index+'-0'}>
|
|
|
|
style={{cursor:'pointer', 'margin-top':index == 0 ? '4px' : ''}} key={index+'-0'}>
|
|
|
|
<p className="clearfix">
|
|
|
|
<p className="clearfix">
|
|
|
|
<i className={`fa ${ 'fa-caret-right'} mr8 font-16`}
|
|
|
|
<i className={`fa ${ 'fa-caret-right'} mr8 font-16`}
|
|
|
|
style={isExpanded ? {transform: 'rotate(90deg)'} : {}}></i>
|
|
|
|
style={isExpanded ? {transform: 'rotate(90deg)'} : {}}></i>
|
|
|
|