zhangdan 4 лет назад
Родитель
Сommit
cc17602ecf
1 измененных файлов с 2 добавлено и 5 удалено
  1. 2 5
      src/views/recoveryManage/riderOrderModal.vue

+ 2 - 5
src/views/recoveryManage/riderOrderModal.vue

@@ -8,7 +8,7 @@
       width="70%"
       :footer="null"
       :centered="true">
-      <a-row :gutter="48" >
+      <a-row type="flex" justify="start">
         <a-col :span="8" class="item-cont">
           <p class="item-label">单号:</p>
           <p class="item-main">{{ pageInfo.orderReserveNo ? pageInfo.orderReserveNo : '--' }}</p>
@@ -200,19 +200,16 @@ export default {
   }
   .item-cont{
     display: flex;
+    // min-height: 50px;
   }
   .image1 {
     width:25px;
     height: 25px;
-    cursor: pointer;
-    margin: 5px;
     display: inline-block;
   }
   .image {
     width:25px;
     height: 25px;
-    cursor: pointer;
-    margin: 5px;
     display: inline-block;
   }
   .image:not(:first-child){