From 6e49848f9a591d896fcec97061627ac1530765fb Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Sat, 9 Aug 2025 17:19:16 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E7=A4=BC=E7=89=A9=E5=B0=81?= =?UTF-8?q?=E9=9D=A2=E5=95=86=E5=93=81=E5=9B=BE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/components/CoverPicker.vue | 10 +++++----- pkg_user/views/gift/components/GiftCard.vue | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 243ffd5..f4528f3 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -105,19 +105,19 @@ export default { margin: auto; } .pro-cover-image{ - width: 160rpx; - height: 160rpx; + width: 218rpx; + height: 218rpx; } .pro-img-wrap{ position: absolute; - width: 160rpx; - height: 160rpx; + width: 218rpx; + height: 218rpx; left: 0; right: 0; margin: auto; /*border: 10rpx solid #FDF0D3;*/ top: -40px; - border-radius: 16rpx; + border-radius: 40rpx; overflow: hidden; } .img-wrap{ diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index a0727c1..adcaaf9 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -260,10 +260,10 @@ export default { height: 296rpx; } .image-wrap{ - width: 160rpx; - height: 160rpx; + width: 218rpx; + height: 218rpx; /*border: 10rpx solid #FDF0D3;*/ - border-radius: 30rpx; + border-radius: 40rpx; position: absolute; overflow: hidden; top: -140rpx; @@ -271,8 +271,8 @@ export default { margin: auto; } .pro-image{ - width: 160rpx; - height: 160rpx; + width: 218rpx; + height: 218rpx; /* border-radius: 30rpx; */ } .auto-text-color {