dev_forum
杨树明 6 years ago
parent 6b19ea3361
commit 61bb0fb891

@ -989,6 +989,9 @@ class GraduationTaskssettingapp extends Component{
.ant-input{ .ant-input{
height:40px; height:40px;
} }
.linbox{
height: 26px;
}
` `
}</style> }</style>
<div className="newMain clearfix"> <div className="newMain clearfix">
@ -1010,14 +1013,14 @@ class GraduationTaskssettingapp extends Component{
<span className="color-grey-6">任务详情</span> <span className="color-grey-6">任务详情</span>
</p> </p>
<div className="clearfix mt20 mb20 lineh-25"> <div className="clearfix mt20 mb20 lineh-25 linbox">
<p className=" fl color-black lineh-25 summaryname"> <p className=" fl color-black lineh-25 summaryname">
<Link to={"/courses/"+courseId+"/graduation"+"/graduation_tasks/"}>{taskname}</Link> <Link to={"/courses/"+courseId+"/graduation"+"/graduation_tasks/"} className="color-grey-3">{taskname}</Link>
</p> </p>
<CoursesListType <CoursesListType
typelist={task_status} typelist={task_status}
/> />
<a className="color-grey-6 fr font-16 ml30 mr20" onClick={this.goback}>返回</a> <a className="color-grey-3 fr font-16 ml30 mr20" onClick={this.goback}>返回</a>
</div> </div>

@ -862,6 +862,9 @@ class GraduationTaskssettinglist extends Component{
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
.linbox{
height: 26px;
}
` `
} }
</style> </style>
@ -960,12 +963,12 @@ class GraduationTaskssettinglist extends Component{
<span className="color-grey-6 fl">任务详情</span> <span className="color-grey-6 fl">任务详情</span>
</p> </p>
<div className="clearfix lineh-25 mt20 mb20"> <div className="clearfix lineh-25 mt20 mb20 linbox">
<p className=" fl color-black summaryname lineh-25"> <Link to={"/courses/"+courseId+"/graduation_tasks/"+category_id} className="color-grey-6">{taskslistdata.task_name}</Link></p> <p className=" fl color-black summaryname lineh-25 "> <Link to={"/courses/"+courseId+"/graduation_tasks/"+category_id} className="color-grey-3">{taskslistdata.task_name}</Link></p>
<CoursesListType <CoursesListType
typelist={taskslistdata.task_status} typelist={taskslistdata.task_status}
/> />
<a className="color-grey-6 fr font-16 ml30 mr20" onClick={this.goback}>返回</a> <a className="color-grey-3 fr font-16 ml30 mr20" onClick={this.goback}>返回</a>
</div> </div>

@ -238,7 +238,15 @@ class GraduationTasksquestions extends Component{
modaltype={this.state.modaltype} modaltype={this.state.modaltype}
getcourse_groupslist={(id) => this.getcourse_groupslist(id)} getcourse_groupslist={(id) => this.getcourse_groupslist(id)}
/> />
<style>
{
`
.linbox{
height: 26px;
}
`
}
</style>
{questionslist&&questionslist?<div className="newMain clearfix"> {questionslist&&questionslist?<div className="newMain clearfix">
<div className={"educontent mb20"}> <div className={"educontent mb20"}>
@ -250,14 +258,14 @@ class GraduationTasksquestions extends Component{
<span className="color-grey-6">任务详情</span> <span className="color-grey-6">任务详情</span>
</p> </p>
<div className="clearfix mt20 mb20 lineh-25"> <div className="clearfix mt20 mb20 lineh-25 linbox">
<p className=" fl color-black summaryname"> <p className=" fl color-black summaryname">
<Link to={"/courses/"+courseId+"/graduation_tasks/"+category_id} className="color-grey-6">{questionslist.task_name}</Link> <Link to={"/courses/"+courseId+"/graduation_tasks/"+category_id} className="color-grey-3">{questionslist.task_name}</Link>
</p> </p>
<CoursesListType <CoursesListType
typelist={questionslist.task_status} typelist={questionslist.task_status}
/> />
<a className="color-grey-6 fr font-16 ml30 mr20" onClick={this.goback}>返回</a> <a className="color-grey-3 fr font-16 ml30 mr20" onClick={this.goback}>返回</a>
</div> </div>

@ -875,16 +875,16 @@ class TPMBanner extends Component {
<a className="fr user_default_btn edu-greyback-btn mr15 font-18">已关闭</a> <a className="fr user_default_btn edu-greyback-btn mr15 font-18">已关闭</a>
} }
<div className="fr user_default_btn user_blue_btn mr20" {this.props.identity < 8?<div className="fr user_default_btn user_blue_btn mr20"
style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "flex"}}> style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "flex"}}>
{this.props.identity < 8?<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"
onClick={this.copyForkvisible} onClick={this.copyForkvisible}
style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "inline-block"}} style={{display: shixunsDetails.can_copy === false || shixunsDetails.can_copy === null ? "none" : "inline-block"}}
> >
Fork Fork
</span> </span>
</Tooltip>:""} </Tooltip>
<Modal <Modal
keyboard={false} keyboard={false}
@ -934,7 +934,7 @@ class TPMBanner extends Component {
</Link> </Link>
} }
</div> </div>:""}
</div> </div>

Loading…
Cancel
Save