From 717abb681a4e42acea4add2de5c9deb85ad579ff Mon Sep 17 00:00:00 2001 From: luoyu Date: Wed, 18 Jun 2025 15:27:28 +0800 Subject: [PATCH] =?UTF-8?q?20250618-=E6=94=B9=E5=8F=98=E5=B7=B2=E8=AF=BB?= =?UTF-8?q?=E6=9C=AA=E8=AF=BB=E9=A2=9C=E8=89=B21.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/meeting/reservationRecord/approve/approve.wxss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss b/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss index 284bad3..e61369a 100644 --- a/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss +++ b/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss @@ -659,9 +659,9 @@ width: 95%; text-align: right; color: #f56c6c; - font-size: 20rpx; - padding: 5rpx 15rpx; - margin-bottom: 5rpx; + font-size: 24rpx; + padding: 0rpx 5rpx; + margin-bottom: 0rpx; font-weight: 700; } @@ -733,7 +733,7 @@ .meeting-btn, .music-btn { padding: 0rpx 20rpx; border-radius: 8rpx; - font-size: 20rpx; + font-size: 24rpx; display: inline-block; text-align: center; height: 48rpx;