linwenxin 5 mesi fa
parent
commit
93987aa908

+ 5 - 0
src/packageWorkorder/pages/orderDetail.vue

@@ -1355,6 +1355,11 @@ export default {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
+    ::v-deep .u-button {
+      width: 200rpx;
+      margin: 0;
+      margin-left: 20rpx;
+    }
     text {
       font-size: 28rpx;
       opacity: 0.5;

+ 1 - 1
src/packageWorkorder/pages/orderList.vue

@@ -1024,7 +1024,7 @@ export default {
       padding: 30rpx 0;
 
       ::v-deep .u-button {
-        width: 160rpx;
+        width: 200rpx;
         margin: 0;
         margin-left: 20rpx;
       }