From de0699e705b5f0ea2eef8a2c9d4332152e5a07d1 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 13 May 2026 00:07:48 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5251=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=E6=8A=BD=E5=A5=96=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg-video/views/county-winners.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg-video/views/county-winners.vue b/pkg-video/views/county-winners.vue index c921e74..9ffc2f8 100644 --- a/pkg-video/views/county-winners.vue +++ b/pkg-video/views/county-winners.vue @@ -1021,7 +1021,7 @@ export default { position: relative; z-index: 5; min-height: 120rpx !important; - border: 4rpx solid #333; + border: 6rpx solid #333; border-radius: 30rpx; background: #fff; box-shadow: inset 0 -12rpx 0 #FAF8E9, inset 0 12rpx 0 #FAF8E9, inset -12rpx 0rpx 0rpx #FAF8E9, inset 12rpx 0rpx 0 #FAF8E9; @@ -1031,7 +1031,7 @@ export default { width: fit-content; height: 60rpx; border-radius: 1000rpx; - border: 4rpx solid #333; + border: 6rpx solid #333; line-height: 60rpx; text-align: center; display: flex;