From ed7acee3ec576946432bc2f41974a8c2cd6e073b Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Fri, 28 Jun 2019 10:44:47 +0800 Subject: [PATCH] padding --- .../tasks/GraduationTasksappraiseReply.js | 2 +- .../GraduationTasksappraiseReplyChild.js | 35 +++++++++---------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/public/react/src/modules/courses/graduation/tasks/GraduationTasksappraiseReply.js b/public/react/src/modules/courses/graduation/tasks/GraduationTasksappraiseReply.js index ec685c39f..1e0fb3071 100644 --- a/public/react/src/modules/courses/graduation/tasks/GraduationTasksappraiseReply.js +++ b/public/react/src/modules/courses/graduation/tasks/GraduationTasksappraiseReply.js @@ -158,7 +158,7 @@ class GraduationTasksappraiseReply extends Component{ return( - {comment_scores.length===0&&isStudent===true||comment_scores.length===0&&isNotMember===true? "":
+ {comment_scores.length===0&&isStudent===true||comment_scores.length===0&&isNotMember===true? "":
{isStudent===true? -
+
全部评阅 { !!comment_scores.length && - {comment_scores.length===0?"":(comment_scores.length)} + {comment_scores.length===0?"":`(${comment_scores.length})`} }
} -
- {/* style={{ display: (comments && !!comments.length) ? 'block' : 'none' }} */} - {/*
- -
*/} - - {this.props.ultimate===true?"": isAdmin && this.props.addSuccess()} > } - -
- { comment_scores.map(item => { - return - }) } -
+
+ + + +
+ { comment_scores.map(item => { + return + }) }
+
) }