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; }