From 3b830b8af592f5366ce9358e0880ebef2a12fcf7 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 27 Aug 2019 17:28:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../react/src/modules/courses/busyWork/CommonWorkPost.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/react/src/modules/courses/busyWork/CommonWorkPost.js b/public/react/src/modules/courses/busyWork/CommonWorkPost.js index d2c1ca01e..c985aaa7a 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkPost.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkPost.js @@ -772,15 +772,15 @@ render(){ display:item.user_name===undefined?"none":"" }}> -
- {item.user_name}{ (item.is_leader || !this.isEdit && key==0) && } +
5 ? '#4CACFF' : 'inherit'}`}}> + {item.user_name}{ item.user_name.length <= 5 && (item.is_leader || !this.isEdit && key==0) && }
-
9 ? item.group_name : ''} >{item.group_name}
-
12 ? item.student_id : ''} >{item.student_id}
{item.user_id != this.props.current_user.user_id ?