From 51136cef0e315a081a092b07a06f4273545bac52 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Thu, 11 Jul 2024 17:38:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/order/revenueDetails.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/my/order/revenueDetails.vue b/my/order/revenueDetails.vue index c4a379f..4abd9a4 100644 --- a/my/order/revenueDetails.vue +++ b/my/order/revenueDetails.vue @@ -2652,7 +2652,7 @@ box-sizing: border-box; } .huiBtn{ - background: #E2E2E2; + background: #f6f6f6; color: #333333; } .lanBtn{ @@ -2760,17 +2760,16 @@ } .popup-head{ width: 100%; - height: 99.38rpx; background-color: rgba(21, 171, 141, 0.09); display: flex; flex-direction: row; align-items: center; justify-content: space-between; - padding: 0 15px; + padding:42rpx 20rpx; } .popup-content{ width: 100%; - height: 510px; + height: 540px; background: #FFFFFF; border-top-left-radius: 56rpx; border-top-right-radius: 56rpx;