From a40811c74dde8d8927900f5fafe68a10a4adc1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Tue, 12 Nov 2019 13:48:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CompetitionCommonChild/CompetitionContentsChart.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js index c134d3e70..45b7fd3d2 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js @@ -321,8 +321,8 @@ class CompetitionContents extends Component{ width: 14%; text-align: right; } - .col11{ - width: 11%; + .col12{ + width: 12%; text-align: right; } .col10{ @@ -355,7 +355,7 @@ class CompetitionContents extends Component{ } {item.cost_time=== "--"? {item.score<50?"< 50 分":item.score} - : + : {item.score<50?"< 50 分":item.score} }