From fcbe2ae17ae499d60c6c3695a2a1b74b4539bbec Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 20 Aug 2024 10:23:29 +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 --- pages/order/index.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/order/index.vue b/pages/order/index.vue index ab7d1ac..99df53b 100644 --- a/pages/order/index.vue +++ b/pages/order/index.vue @@ -269,7 +269,8 @@ 确认拒单 - x + + @@ -293,7 +294,7 @@ 请输入提前结束的原因 - x + @@ -972,6 +973,7 @@ .popup-mian-textarea{ width: 525.69rpx; height: 211.81rpx; + padding: 10px; } .popup-mian{ width: 88%; @@ -1008,7 +1010,7 @@ width: 613rpx; height: 479rpx; background: #FFFFFF; - border-radius: 56rpx; + border-radius: 40rpx; display: flex; flex-direction: column; } @@ -1181,4 +1183,8 @@ font-size: 30rpx; color: #333333; } + .popup-img{ + width:50rpx; + height:50rpx; + }