From 7e08aa5f43731ec9658325aa98609c7ea8499878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=96=B9=E6=88=90?= Date: Fri, 26 Dec 2025 02:21:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E2=80=9C=E5=8E=BB=E4=BD=BF=E7=94=A8=E2=80=9D=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=B8=83=E5=B1=80=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E8=B0=83=E6=95=B4=E4=BA=86=E5=BA=95=E9=83=A8=E8=A1=8C?= =?UTF-8?q?=E7=9A=84=E5=AF=B9=E9=BD=90=E6=96=B9=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 1d828f1..4344d1d 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -266,7 +266,7 @@ - 去使用 + 去使用 {{ couponsTab === 2 ? '已使用' : '已过期' }} @@ -1531,10 +1531,20 @@ export default { color: $text-tertiary; } -.coupon-footer-row { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; } +.coupon-footer-row { display: flex; justify-content: space-between; align-items: center; margin-top: auto; } .coupon-footer-left { display: flex; flex-direction: column; } .coupon-expire-v2 { font-size: 20rpx; color: $text-tertiary; } -.use-btn-v2 { background: $brand-primary; color: #fff; font-size: 22rpx; padding: 8rpx 24rpx; border-radius: 100rpx; } +.use-btn-v2 { + background: $brand-primary; + color: #fff; + font-size: 22rpx; + padding: 8rpx 24rpx; + border-radius: 100rpx; + display: flex; + align-items: center; + justify-content: center; + line-height: normal; +} .status-tag { font-size: 22rpx; color: $text-tertiary; background: #F5F5F5; padding: 4rpx 12rpx; border-radius: 6rpx; } .coupon-used-time { font-size: 18rpx; color: $text-tertiary; margin-top: 4rpx; text-align: left; }