From 95ba7cb28c16a525b638a9ad5c372872d725bdac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Sat, 26 Oct 2019 18:45:40 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Competitioncommon/CompetitionContentsChart.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js
index b090f5f7e..03b04d1b5 100644
--- a/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js
+++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js
@@ -91,13 +91,13 @@ class CompetitionContents extends Component{
title: 'username',
dataIndex: 'username',
key: 'username',
- render: text => {text},
+ render: text => {text},
},
{
title: 'school',
dataIndex: 'school',
key: 'school',
- render: text => {text},
+ render: text => {text},
},
{
title: 'spendtime',
@@ -318,7 +318,7 @@ class CompetitionContents extends Component{
`
.ant-table-tbody > tr > td:nth-last-child(4){
line-height: 63px;
- max-width: 300px;
+ width: 300px;
height: 96px;
display: inline-block;
overflow: hidden;
@@ -327,7 +327,7 @@ class CompetitionContents extends Component{
}
.ant-table-tbody > tr > td:nth-last-child(3){
line-height: 63px;
- max-width: 305px;
+ width: 305px;
height: 96px;
display: inline-block;
overflow: hidden;