dev_static
杨树明 5 years ago
parent fa1afe70c0
commit 269106eff1

@ -543,7 +543,7 @@ class GraduationTaskDetail extends Component{
{ this.props.isAdmin() ? questionslist.status===0 ? <a className={"fr color-blue font-16 mr20"} onClick={() => { this.publish()} }>立即发布</a> : "" : "" }
{ this.props.isAdmin() && questionslist.cross_comment ? <a className={"fr color-blue font-16"} onClick={this.openAcross}>交叉评阅设置</a> : "" }
{ this.props.isAdmin() ? <a className={"fr color-blue font-16"} href={"/courses/"+courseId+"/graduation_tasks/"+task_Id+"/edit"}>编辑任务</a> : "" }
{/*{ this.props.user&&this.props.user.admin===true || this.props.user&&this.props.user.business===true ? <a className={"fr color-blue font-16"} onClick={()=>this.CodeReview()}>代码评测</a> : "" }*/}
{ this.props.user&&this.props.user.admin===true || this.props.user&&this.props.user.business===true ? <a className={"fr color-blue font-16"} onClick={()=>this.CodeReview()}>代码评测</a> : "" }
</div>
</div>

@ -139,7 +139,7 @@ class Contentpart extends Component {
}
.ant-popover-inner-content {
.xaxisreverseorder .ant-popover-inner-content {
padding:0px !important;
}

@ -109,11 +109,6 @@ class Contentpart extends Component {
top: 348px !important;
}
.ant-popover-inner-content {
padding:0px !important;
}
`
}
</style>

@ -1033,13 +1033,13 @@ submittojoinclass=(value)=>{
top: 63px !important;
}
.ant-popover-inner-content {
.questionbanks .ant-popover-inner-content {
padding:0px !important;
}
`
}
</style>
{/*<li className={`pr `}>*/}
{/*<li className={`pr questionbanks`}>*/}
{/* <Popover placement="bottom" content={contents} trigger="click" >*/}
{/* <div className=" sortinxdirection mr10">*/}
{/* <div style={{*/}

Loading…
Cancel
Save