issues25489
杨树林 5 years ago
parent 5dbe17e1d0
commit 80e41afe3b

@ -296,23 +296,15 @@ class SingleEditor extends Component{
}) }
<div className="mb20">
{/* {!exerciseIsPublish && <ActionBtn style="grey" className="middle mr20" onClick={this.addOption}>新增选项</ActionBtn>} */}
{answerTagArray && !!answerTagArray.length ? "" :
<span
style={{color: '#FF6800'}}>{'温馨提示:点击选项输入框可设置答案;选中的选项即为正确答案,选择多个答案即为多选题'}</span>
}
<span
style={{color: '#FF6800'}}>{!exerciseIsPublish ? '温馨提示:点击选项输入框可设置答案;选中的选项即为正确答案,选择多个答案即为多选题' : ' '}</span>
{ answerTagArray && !!answerTagArray.length ?
<div style={{
display: "flex",
flexDirection: "row-reverse"
}}>
<React.Fragment>
<span className="fr color-orange">{answerTagArray.join(' ')}</span>
<span className="fr">标准答案</span>
</React.Fragment>
</div>
<React.Fragment>
<span className="fr color-orange">{answerTagArray.join(' ')}</span>
<span className="fr">标准答案</span>
</React.Fragment>
:
""
<span className="fr color-orange">请点击正确选项</span>
}
</div>

@ -253,7 +253,7 @@ class InfosCourse extends Component{
marginTop: "10px",
}}>
<span className="fl color-grey-9">共参与{totalCount}{category?category=="manage"?"发布":"学习":"课堂"}</span>
<sapn className="relativef fr"
<sapn className="relativef color-grey-9 fr"
style={{
display: "flex",
flexDirection: "column",

@ -269,7 +269,7 @@ class InfosPath extends Component{
marginTop: "10px",
}}>
<span className="fl color-grey-9">共参与{totalCount}{category?category=="manage"?"发布":"学习":"实践课程"}</span>
<sapn className="relativef fr"
<sapn className="relativef color-grey-9 fr"
style={{
display: "flex",
flexDirection: "column",

@ -255,7 +255,7 @@ class InfosProject extends Component{
marginTop: "10px",
}}>
<span className="fl color-grey-9">共参与{totalCount}{category?category=="manage"?"发布":"学习":"项目"}</span>
<sapn className="relativef fr"
<sapn className="relativef color-grey-9 fr"
style={{
display: "flex",
flexDirection: "column",

@ -272,7 +272,7 @@ class InfosShixun extends Component{
marginTop: "10px",
}}>
<span className="fl color-grey-9">共参与{totalCount}{category?category=="manage"?"发布":"学习":"实训"}</span>
<sapn className="relativef fr"
<sapn className="relativef color-grey-9 fr"
style={{
display: "flex",
flexDirection: "column",

@ -346,8 +346,8 @@ function InfoVideo (props) {
marginRight: " 5px",
}}>{"最新上传"}</span>
<sapn className="relativef fr"
style={{
<sapn className="relativef color-grey-9 fr"
style={{
display: "flex",
flexDirection: "column",
height: "40px",

Loading…
Cancel
Save