Merge branches 'courseware' and 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into courseware

schedule_job
杨树明 5 years ago
commit dafdfd447f

@ -46,7 +46,7 @@ debugType = "admin";
// 老师
// debugType="teacher";
// 学生
// debugType="student";
debugType="student";

@ -443,7 +443,7 @@ class NewShixunModel extends Component{
<div>
<style>
{
`body{ width: calc(100%) !important; }
`body{overflow: hidden !important; }
.ant-drawer-content{ overflow:auto !important; background: #f5f5f5; }
.yslbottomsj{position: absolute;bottom: -8px;}
.ant-drawer-close{

@ -175,7 +175,9 @@ class Teacherentry extends Component {
<div className="zcqiandao initials">
正常签到
</div>
:""
:item.attendance_status==="ABSENCE"&&item.attendance_mode==="TEACHER"?<div className="kkqiandao initials">
旷课
</div>:""
)
:
""

@ -943,6 +943,7 @@ class TPMBanner extends Component {
.ant-popover{
z-index:1000 !important;
}
body{ width: calc(100%) !important; }
`
}
</style>
@ -1371,7 +1372,7 @@ class TPMBanner extends Component {
{this.props.identity < 8 && shixunsDetails.shixun_status != -1 && shixunsDetails.shixun_status != 0?
<div className="fr kaike kkbth mr20"
<div className="fr kaike kkbth mr20 width155"
style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "flex"}}>
<Tooltip placement="bottom" title={"基于这个实训修改形成新的实训"}>
<span className="flex1 edu-txt-center fl font-18"
@ -1422,7 +1423,7 @@ class TPMBanner extends Component {
</Spin> :
<div>
<div className="task-popup-content">
<div className={"forkfactors"}>请根据实际情况填写fork本实训的原因</div>
<div className={"forkfactors"}>请根据实际情况填写复制本实训的原因</div>
<Radio.Group onChange={this.onChangeRadiovalue} value={this.state.Radiovalue} className={"ml20 mt20 mb20"} style={{ width: "100%" }}>
<Radio style={radioStyle} value={1}>
实训内容升级

@ -166,3 +166,7 @@ a:active{text-decoration:none;}
text-align: center;
color: #999999;
}
.width155{
width:150px !important;
}

@ -122,7 +122,7 @@ function VideoInReviewItem (props) {
{
isReview !== true && !link ?
<Tooltip title="复制" placement="bottom">
<Tooltip title="复制链接" placement="bottom">
<i className={`icon-fuzhi iconfont copybtn_item_${id}`} data-clipboard-text={getCopyText((play_url || file_url), cover_url)}></i>
</Tooltip>:""
}

Loading…
Cancel
Save