Merge remote-tracking branch 'origin/master'

dev_forum
杨树明 5 years ago
commit 6a1aaf4c07

@ -248,7 +248,7 @@ function buildColumns(that, student_works) {
*/
columns.push({
width: 84,
title: <div style={{fontWeight:'bold'}}><div style={{fontWeight:'bold'}}>匿评</div></div>,
title: <div style={{color: 'rgba(0,0,0,.85)'}}><div style={{color: 'rgba(0,0,0,.85)'}}>匿评</div></div>,
key: 'student_score',
dataIndex: 'student_score',

@ -18,9 +18,12 @@
color: #999999;
}
.appraise .panel-comment_item .t_info {
.appraise .panel-comment_item .t_info {
width: 1062px;
}
.appraise .panel-comment_item .childrenCommentsView .t_info {
width: 989px;
}
.course-message .panel-comment_item .comment_orig_content {
width: 980px;
}

Loading…
Cancel
Save