From 6c286900e3cb5b3a5aaf36e26649e8a756a3cfee Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 8 Aug 2025 11:45:55 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4140=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=E7=A4=BC=E5=93=81=E5=8D=A1?= =?UTF-8?q?=E5=B0=81=E9=9D=A2=E5=9B=BE=E8=87=AA=E9=80=82=E5=BA=94=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E9=9C=80=E8=A6=81=E8=B0=83=E6=95=B4=EF=BC=8C=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E4=B8=8A=E4=B8=80=E7=89=88=E6=9C=AC=E5=B0=81=E9=9D=A2?= =?UTF-8?q?=E5=9B=BE=E4=B8=8A=E9=9D=A2=E7=9A=84=E5=95=86=E5=93=81=E5=9B=BE?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/components/CoverPicker.vue | 4 ++-- pkg_user/views/gift/components/GiftCard.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 7791687..243ffd5 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -131,7 +131,7 @@ export default { margin-top: 20rpx; } .cover-swiper{ - height: 620rpx; + height: 800rpx; } .cover-picker { .cover-title { @@ -147,7 +147,7 @@ export default { flex-direction: column; align-items: center; .cover-image { - width: 240rpx; + width: 340rpx; height: 560rpx; border-radius: 16rpx; transition: all .2s ease-in-out; diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 5e58ab3..a0727c1 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -228,7 +228,7 @@ export default { align-content: center; } .bg-image{ - width: 240rpx; + width: 340rpx; height: 560rpx; position: absolute; border-radius: 16rpx; @@ -317,7 +317,7 @@ export default { } .gift-card-modal { height: 560rpx; - width: 240rpx; + width: 340rpx; justify-content: center; z-index: 999; margin-top: 100rpx;