|
|
|
@ -35,6 +35,7 @@ class ChooseEvaluateView extends Component {
|
|
|
|
|
testSetsComponentArray.push(
|
|
|
|
|
<div className="-task-ces-top clearfix" onClick={ () => this.props.onTestSetHeaderClick(index) }
|
|
|
|
|
style={{cursor:'pointer'}} key={index+'-0'}>
|
|
|
|
|
<p>
|
|
|
|
|
<i className={`fa ${ 'fa-caret-right'} mr5 font-16`}
|
|
|
|
|
style={isExpanded ? {transform: 'rotate(90deg)'} : {}}></i>
|
|
|
|
|
<span className="font-14">题目 {index + 1}</span>
|
|
|
|
@ -46,6 +47,7 @@ class ChooseEvaluateView extends Component {
|
|
|
|
|
item.result === false
|
|
|
|
|
? 'fa-exclamation-circle -text-danger'
|
|
|
|
|
: 'fa-check-circle color-light-green font-16') } fr mt8 ml5 `}></i>
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|