schedule_job
杨树明 5 years ago
parent 67dfe9fd2a
commit eff78f839a

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

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

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

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

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

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

Loading…
Cancel
Save