From c69af507ec584a3e26b2fdd2460409f5c2e23ab3 Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 11 Aug 2025 11:34:27 +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 | 2 +- pkg_user/views/gift/components/GiftCard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index f4528f3..d4db5d0 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -117,7 +117,7 @@ export default { margin: auto; /*border: 10rpx solid #FDF0D3;*/ top: -40px; - border-radius: 40rpx; + border-radius: 16rpx; overflow: hidden; } .img-wrap{ diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index adcaaf9..930f85b 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -263,7 +263,7 @@ export default { width: 218rpx; height: 218rpx; /*border: 10rpx solid #FDF0D3;*/ - border-radius: 40rpx; + border-radius: 16rpx; position: absolute; overflow: hidden; top: -140rpx;