From eee5c0ae6f26d3708bd6cb79cd1669c091a0c256 Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 14 Mar 2025 11:17:18 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3346=20=E3=80=90=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E3=80=91=E7=A4=BC=E5=8C=85=E9=A2=86=E5=8F=96=E7=8A=B6=E6=80=81?= =?UTF-8?q?=EF=BC=8C=E2=80=9C=E6=9F=A5=E7=9C=8B=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E2=80=9D=E4=B8=8E=E2=80=9C=E5=8E=BB=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E7=9C=8B=E7=9C=8B=E2=80=9D=E6=A0=B7=E5=BC=8F=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/GiftCard.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 2353caf..4d21961 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -179,12 +179,14 @@ export default { .info-btn{ border: 1px solid #C52733; color: #C52733; + width: 240rpx; border-radius: 100rpx; padding: 5rpx 40rpx; line-height: 60rpx; height: 60rpx; font-weight: 600; font-size: 32rpx; + white-space: nowrap; } .dialog-conent{ height: 100vh; @@ -279,8 +281,10 @@ export default { font-weight: bold; height: 60rpx; line-height: 60rpx; + width: 240rpx; /* margin-top: 40rpx; */ z-index: 999; + text-align: center; } .gift-card-modal { height: 704rpx;