From b4418242c30e52e73da22ae167de32b32b31804a 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:41:16 +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 966970d5c..b090f5f7e 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js @@ -318,8 +318,8 @@ class CompetitionContents extends Component{ ` .ant-table-tbody > tr > td:nth-last-child(4){ line-height: 63px; - width: 300px; - height: 63px; + max-width: 300px; + height: 96px; display: inline-block; overflow: hidden; text-overflow: ellipsis; @@ -327,8 +327,8 @@ class CompetitionContents extends Component{ } .ant-table-tbody > tr > td:nth-last-child(3){ line-height: 63px; - width: 300px; - height: 63px; + max-width: 305px; + height: 96px; display: inline-block; overflow: hidden; text-overflow: ellipsis;