From 251da432c901e3a079d803c965a923d38287a40f Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 29 Jul 2025 21:46:45 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4077=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=E9=80=89=E6=8B=A9=E5=B0=81?= =?UTF-8?q?=E9=9D=A2-=E5=8E=BB=E9=99=A4=E5=95=86=E5=93=81=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=BE=B9=E7=BC=98=E6=A1=86?= 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 29e7118..ef3dc28 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -115,7 +115,7 @@ export default { left: 0; right: 0; margin: auto; - border: 10rpx solid #FDF0D3; + /*border: 10rpx solid #FDF0D3;*/ top: -40px; border-radius: 16rpx; overflow: hidden; diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 02a8e42..33854d8 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -262,7 +262,7 @@ export default { .image-wrap{ width: 288rpx; height: 288rpx; - border: 10rpx solid #FDF0D3; + /*border: 10rpx solid #FDF0D3;*/ border-radius: 30rpx; position: absolute; overflow: hidden;