From b9eb94d816249e0ed73342a5d83568be29f88429 Mon Sep 17 00:00:00 2001 From: luoyu Date: Wed, 18 Jun 2025 15:23:32 +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.3?= 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 fdaa69a..284bad3 100644 --- a/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss +++ b/miniprogram/pages/meeting/reservationRecord/approve/approve.wxss @@ -656,12 +656,12 @@ /* 会务人员选择警告样式 - 简单红色文字版本 */ .staff-simple-tip { - width: 100%; + width: 95%; text-align: right; color: #f56c6c; - font-size: 28rpx; - padding: 10rpx 20rpx; - margin-bottom: 10rpx; + font-size: 20rpx; + padding: 5rpx 15rpx; + margin-bottom: 5rpx; font-weight: 700; }