From 85c693924fbf42d4c67f26d7aa2dd6dd282f5970 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 19 Jan 2026 23:00:05 +0800 Subject: [PATCH] =?UTF-8?q?chore(cp=E6=8E=92=E8=A1=8C=E6=A6=9C):=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Ranking/Couple/index.vue | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/views/Ranking/Couple/index.vue b/src/views/Ranking/Couple/index.vue index 6648872..e3330eb 100644 --- a/src/views/Ranking/Couple/index.vue +++ b/src/views/Ranking/Couple/index.vue @@ -967,7 +967,7 @@ v-smart-img :src="record?.prize?.prizeImage || ''" alt="" - style="width: 10vw; object-fit: cover; display: block; aspect-ratio: 1/1" + style="width: 10vw; min-width: 0; object-fit: cover; display: block" />
{{ record?.prize?.prizeName }} @@ -1026,26 +1026,38 @@ align-items: center; " > -
+
-
+
{{ record.changeType == 2 ? '-' : '+' }}{{ record.changeAmount }}
-
+
{{ formatUTCCustom(record.createdAt) }}