From dc72a132bd38d258b9af19242e277c8acc7ce8d2 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Thu, 23 Apr 2026 09:34:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=89=8B=E6=9C=BA=E7=AB=AFtimeline?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AwardPage/components/TimeLine.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/views/AwardPage/components/TimeLine.vue b/src/views/AwardPage/components/TimeLine.vue index be287c1..0689333 100644 --- a/src/views/AwardPage/components/TimeLine.vue +++ b/src/views/AwardPage/components/TimeLine.vue @@ -21,15 +21,10 @@
{{ $t(item.time) }}
- {{ $t(item.label) }}{{ locale === 'ENGLISH' ? ' ' + $t(item.subLabel) : '' }} - + {{ $t(item.label) }}{{ locale === 'ENGLISH' ? ' ' + $t(item.subLabel) : $t(item.subLabel) }}
- {{ - locale === 'CHINESE_SIMPLIFIED' ? $t(item.desc).replace(/\n/g, '') : $t(item.desc) - }} + {{ locale === 'CHINESE_SIMPLIFIED' ? $t(item.desc).replace(/\n/g, '') : $t(item.desc) }}