From aad9d0e210a795c15f92e70a1773c32c79375a07 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 19 Dec 2025 18:51:17 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E6=B0=B4=E6=9E=9C=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E6=A6=9C=E5=8D=95):=20=E5=89=8D=E4=B8=89=E5=90=8D=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=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 --- .../Activities/JackPot/components/topUser.vue | 32 +++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/src/views/Activities/JackPot/components/topUser.vue b/src/views/Activities/JackPot/components/topUser.vue index 604e567..2901c1f 100644 --- a/src/views/Activities/JackPot/components/topUser.vue +++ b/src/views/Activities/JackPot/components/topUser.vue @@ -74,7 +74,7 @@ align-items: center; " :style="{ - width: ranking == '1' ? `35%` : ranking == '2' ? `50%` : `50%`, + width: distributionValueWidth, background: ranking == '1' ? `linear-gradient(270deg, #AD1300 0%, #FE280C 50%, #AD1300 100%)` @@ -88,7 +88,7 @@ src="/src/assets/icon/coin.png" alt="" style="display: block" - :style="{ width: isTopOne ? '20%' : '20%' }" + :style="{ width: coinWidth }" />