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