From 09e131ad58210f971405f9431cb7f1c4012e47a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Wed, 19 Nov 2025 20:47:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=80=89=E5=88=99=E9=99=AA=E7=BB=83?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E5=A4=B4=E5=83=8F=E5=A4=A7=E5=B0=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/sparring/components/card-swiper.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/sparring/components/card-swiper.vue b/src/pages/sparring/components/card-swiper.vue index 2d92398e..810b6da7 100644 --- a/src/pages/sparring/components/card-swiper.vue +++ b/src/pages/sparring/components/card-swiper.vue @@ -228,7 +228,7 @@ } .card-items{ padding: 0 24rpx; - height: calc(100% - 412rpx); + height: calc(100% - 352rpx); overflow-y: auto; } .card-item { @@ -269,8 +269,8 @@ } .img-box { - width: 300rpx; - height: 300rpx; + width: 230rpx; + height: 230rpx; border-radius: 50%; overflow: hidden; margin: 0 auto;