dev_auth
杨树林 5 years ago
parent 77c4bcf1b5
commit 60c8ad0d63

@ -3663,16 +3663,16 @@ class Listofworksstudentone extends Component {
textAlign: "center;"
}}>
<span className="fl color-grey-6 font-12">
<span className="color-grey-9A">已开始做题</span>
<span className=" ml3 mr3 color-grey-9A">
<span className="fl font-12">
<span className="color-grey-9">已开始做题</span>
<span className=" ml3 mr3 color-grey-9">
{teacherdata === undefined ? "0" : teacherdata.commit_count === undefined ? "0" : teacherdata.commit_count}
</span><span className="color-grey-9A"></span>
<span className="ml10 color-grey-9A">未开始做题</span>
</span><span className="color-grey-9"></span>
<span className="ml10 color-grey-9">未开始做题</span>
<span
className="ml3 mr3 color-grey-9A">{teacherdata === undefined ? "0" : teacherdata.uncommit_count}</span><span
className="color-grey-9A"></span>
className="ml3 mr3 color-grey-9">{teacherdata === undefined ? "0" : teacherdata.uncommit_count}</span><span
className="color-grey-9"></span>
<span style={{color: "#666"}}>
{teacherdata === undefined ? "" : teacherdata.left_time === undefined ? "" : teacherdata.left_time === null ? "" :
<span className="ml20">{teacherdata.left_time.status}</span>
}
@ -3680,6 +3680,7 @@ class Listofworksstudentone extends Component {
<span className="ml20"
style={{color: '#FF6800'}}>{teacherdata.left_time.time}</span>
}
</span>
</span>
<div className="fr">
@ -3859,21 +3860,23 @@ class Listofworksstudentone extends Component {
lineHeight: "31px !important;",
textAlign: "center;"
}}>
<span className="fl color-grey-6 font-12">
<span className="color-grey-9A">已开始做题</span>
<span className=" ml3 mr3 color-grey-9A">
<span className="fl font-12">
<span style={{color: "#999999"}}>已开始做题</span>
<span className=" ml3 mr3 " style={{color: "#999999"}}>
{teacherdata === undefined ? "0" : teacherdata.commit_count === undefined ? "0" : teacherdata.commit_count}
</span><span className="color-grey-9A"></span>
<span className="ml10 color-grey-9A">未开始做题</span>
</span><span style={{color: "#999999"}}></span>
<span className="ml10 " style={{color: "#999999"}}>未开始做题</span>
<span
className="ml3 mr3 color-grey-9A">{teacherdata === undefined ? "0" : teacherdata.uncommit_count}</span><span
className="color-grey-9A"></span>
className="ml3 mr3 "
style={{color: "#999999"}}>{teacherdata === undefined ? "0" : teacherdata.uncommit_count}</span><span
style={{color: "#999999"}}></span>
<span style={{color: "#666"}}>
{teacherdata === undefined ? "" : teacherdata.left_time === undefined ? "" : teacherdata.left_time === null ? "" :
<span className="ml20">{teacherdata.left_time.status}</span>}
{teacherdata === undefined ? "0" : teacherdata.left_time === undefined ? "0" : teacherdata.left_time === null ? "0" :
<span className="ml20"
style={{color: '#FF6800'}}>{teacherdata.left_time.time}</span>}
</span>
</span>
<style>
{`

@ -206,10 +206,6 @@ input::-ms-clear{display:none;}
.color-grey-c{color: #ccc!important;}
.color-grey-cd{color: #cdcdcd!important;}
.color-grey-9{color: #999999!important;}
.color-grey-9A {
color: #9A9A9A !important;
}
.color-grey-98{color: #989898!important;}
.color-grey-8{color: #888!important;}
.color-grey-6{color: #666!important;}

Loading…
Cancel
Save