From 7b5f20eeae70ca10b96d594cb825b7230639c974 Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Thu, 3 Dec 2020 14:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=BA=E6=8A=A5=E6=9C=BA=E6=9E=84=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=9C=AA=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/congratulation/CongratulationTop.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/ebiz/congratulation/CongratulationTop.vue b/src/views/ebiz/congratulation/CongratulationTop.vue index 2d4639b28..5ccf36c9c 100644 --- a/src/views/ebiz/congratulation/CongratulationTop.vue +++ b/src/views/ebiz/congratulation/CongratulationTop.vue @@ -111,10 +111,6 @@ export default { let result = data.content if (result.list && result.list.length) { let topList = result.list.splice(0, 30) - topList.map(value => { - value.comName = value.comName.substr(12) - return value - }) this.showData.topList.push(...topList) this.showData.achievement.selfAdvanceStand = result.ysbb this.showData.achievement.selfAcceptStand = result.bzbf @@ -199,6 +195,7 @@ $border: 1px solid #ff4040; top: 0; } .data-table { + font-size: 14px; margin-top: -30px; } table {