dev_forum
hjm 5 years ago
parent ed7acee3ec
commit f8d28efe04

@ -159,7 +159,7 @@ class GraduationTasksappraise extends Component{
categoryid={category_id} categoryid={category_id}
setupdate={this.setupdate} setupdate={this.setupdate}
/> />
<div className="newMain clearfix"> <div className="newMain clearfix graduationAppraise">
<div className={"educontent mb20"}> <div className={"educontent mb20"}>
<p className="clearfix mt10"> <p className="clearfix mt10">

@ -18,8 +18,8 @@
color: #999999; color: #999999;
} }
.panel-comment_item .t_info { .graduationAppraise .panel-comment_item .t_info {
width: 100%; width: 1062px;
} }
.course-message .panel-comment_item .comment_orig_content { .course-message .panel-comment_item .comment_orig_content {
width: 980px; width: 980px;

@ -30,7 +30,8 @@ class GraduationTasksappraiseReplyChild extends Component{
return( return(
<React.Fragment> <React.Fragment>
<div className={`${comment_scores && comment_scores.length && 'bor-bottom-greyE'} stud-class-set edu-back-white mb10 padding20-30`} style={{height:"100%"}}> <div className={`${comment_scores && comment_scores.length && 'bor-bottom-greyE'} stud-class-set edu-back-white mb10 padding20-30 `}
style={{height:"100%"}}>
<Modals <Modals
modalsType={this.props.Modalstype} modalsType={this.props.Modalstype}

@ -36,7 +36,7 @@ class Graduationtaskitem extends Component{
</a> </a>
<span className="t_area fl">{item.time}</span> <span className="t_area fl">{item.time}</span>
{/* 分数 */} {/* 分数 */}
{item.score && <span className="score_area fl">{item.score}</span>} {item.score >= 0 && <span className="score_area fl">{item.score}</span>}
{ !item.is_invalid && item.delete && <Tooltip title={ "删除" } > { !item.is_invalid && item.delete && <Tooltip title={ "删除" } >
<i className="iconfont icon-shanchu mr5 fr" style={{marginLeft: '6px'}} <i className="iconfont icon-shanchu mr5 fr" style={{marginLeft: '6px'}}

Loading…
Cancel
Save