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 {