From 05ef78870b14d7be21a9faf1a331e8b6ad074421 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 13 May 2026 00:24:15 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5258=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E4=B8=AD=E5=A5=96=E5=A5=96?= =?UTF-8?q?=E5=93=81=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=A5=96=E5=93=81=E5=9B=BE=E7=89=87=E8=A2=AB=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg-video/views/county-winners.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg-video/views/county-winners.vue b/pkg-video/views/county-winners.vue index 9ffc2f8..7fe58de 100644 --- a/pkg-video/views/county-winners.vue +++ b/pkg-video/views/county-winners.vue @@ -87,7 +87,7 @@ {{ prize.levelName }}: {{ prize.prizeName }} - {{ prize.prizeAttrName || "默认" }} + {{ prize.prizeAttrName || "默认" }} @@ -659,6 +659,7 @@ export default { box-shadow: inset 0 0 0 2rpx #fff; .prize-img-wrap { + flex-shrink: 0; width: 132rpx; height: 132rpx; border-radius: 20rpx; @@ -680,11 +681,12 @@ export default { .prize-info { flex: 1; padding-top: 8rpx; + min-width: 0; .prize-name-wrap { display: flex; align-items: center; - font-size: 40rpx; + font-size: 32rpx; color: #222; margin-bottom: 10rpx; line-height: 1.2; @@ -705,7 +707,7 @@ export default { } .prize-desc { - font-size: 34rpx; + font-size: 26rpx; color: #8c8c8c; font-weight: 600; }