From b1a27b3e2c03826fc152aee9d7c800ecff4dc1ed Mon Sep 17 00:00:00 2001
From: hjm <63528605@qq.com>
Date: Wed, 26 Jun 2019 17:04:39 +0800
Subject: [PATCH] width
---
.../src/modules/courses/busyWork/CommonWorkAppraise.js | 2 +-
public/react/src/modules/courses/busyWork/CommonWorkList.js | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js b/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js
index 472cf57b5..5d4a34f6f 100644
--- a/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js
+++ b/public/react/src/modules/courses/busyWork/CommonWorkAppraise.js
@@ -190,7 +190,7 @@ class CommonWorkAppraise extends Component{
+
{attachments.map((item,key)=>{
diff --git a/public/react/src/modules/courses/busyWork/CommonWorkList.js b/public/react/src/modules/courses/busyWork/CommonWorkList.js
index 31532f78e..2243310a2 100644
--- a/public/react/src/modules/courses/busyWork/CommonWorkList.js
+++ b/public/react/src/modules/courses/busyWork/CommonWorkList.js
@@ -80,7 +80,7 @@ function buildColumns(that, student_works) {
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
- maxWidth: '98px'
+ width: '98px'
}} title={text}>
{/*
*/}
@@ -99,7 +99,7 @@ function buildColumns(that, student_works) {
{record.student_id}
),
@@ -234,7 +234,7 @@ function buildColumns(that, student_works) {
+ isNiPing ? `你的评阅分数:${record.student_score}分` :
{record.student_comment_count &&
{`${record.student_comment_count}名学生进行了匿评`}
}
有效平均分:{record.student_score}分