From 281249830aae96d5efbeb1b6967bd33d5b4cbfcc Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 24 Feb 2025 17:22:14 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3286=20=E3=80=90=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E3=80=91=E7=A4=BC=E5=8C=85=E9=A2=86=E5=8F=96?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2-=E8=B0=83=E6=95=B4=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=9B=BE=E7=89=87=EF=BC=8C=E5=BA=94=E4=B8=8E=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=A1=86=E8=B4=B4=E5=90=88=E6=95=88=E6=9E=9C=EF=BC=8C=E5=9C=86?= =?UTF-8?q?=E8=A7=92=E5=BC=A7=E5=BA=A6=E9=9C=80=E5=86=8D=E7=BC=A9=E5=B0=8F?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/components/GiftCard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 9333b1a..82fce00 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -183,12 +183,13 @@ export default { border: 10rpx solid #FDF0D3; border-radius: 30rpx; position: absolute; + overflow: hidden; top: -60px; } .pro-image{ width: 296rpx; height: 296rpx; - border-radius: 30rpx; + /* border-radius: 30rpx; */ } .auto-text-color { color: #fff;