zhangyuewww 3 年之前
父节点
当前提交
0e87d4daf3

+ 1 - 1
src/views/taskManagement/moveWarehouseTask.vue

@@ -406,7 +406,7 @@ export default {
 }
 /deep/.base_header_layout .grid-content.right .find.el-button--primary {
   width: 30px;
-  margin-left: 0;
+  margin-left: 10px;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
 }

+ 5 - 16
src/views/taskManagement/tranManagementTransport.vue

@@ -10,21 +10,10 @@
           v-hasPermission="
            `transportationTask.transportation.transportationInfo.add`
           "
-        ><img
-            width="13"
-            height="13"
-            style="
-              vertical-align: text-top;
-              position: relative;
-              top: 2px;
-              left: -4px;
-            "
-            src="../../../public/img/header-add.png"
-            alt=""
-          />添加</ws-button>
+        >添加</ws-button>
       </template>
       <template slot="right">
-        <span style="width: 142px; display: inline-block;color: #8890B1;">状态:</span>
+        <span style="width: 150px; display: inline-block;color: #8890B1;">状态:</span>
         <ws-select
           v-model="searchTypeText"
           placeholder=""
@@ -40,9 +29,9 @@
             style="color: #8890B1;"
           />
         </ws-select>
-        <span style="width: 142px; display: inline-block;color: #8890B1;">起点:</span>
+        <span style="width: 150px; display: inline-block;color: #8890B1;">起点:</span>
         <el-input label="起点" placeholder="请输入起点" clearable maxlength="200" type="input" v-model="start"></el-input>
-        <span style="width: 142px; display: inline-block;color: #8890B1;">终点:</span>
+        <span style="width: 150px; display: inline-block;color: #8890B1;">终点:</span>
         <el-input label="终点" placeholder="请输入终点" clearable maxlength="200" type="input" v-model="end"></el-input>
         <el-input
           v-model="searchKeyWord"
@@ -504,7 +493,7 @@ export default {
 }
 /deep/.base_header_layout .grid-content.right .find.el-button--primary {
   width: 30px;
-  margin-left: 0;
+  margin-left: 10px;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
 }

+ 2 - 7
src/views/taskManagement/tranManagementWarehouseInOutTask.vue

@@ -6,12 +6,7 @@
         <ws-button type="primary" @click="handleAdd()" v-hasPermission="
             `warehouseManagement.warehouse.warehouseInfoTask.add`
           ">
-          <img width="13" height="13" style="
-              vertical-align: text-top;
-              position: relative;
-              top: 2px;
-              left: -4px;
-            " src="../../../public/img/header-add.png" alt />添加
+         添加
         </ws-button>
       </template>
       <template slot="right">
@@ -471,7 +466,7 @@
 
   /deep/.base_header_layout .grid-content.right .find.el-button--primary {
     width: 30px;
-    margin-left: 0;
+    margin-left: 10px;
     border-top-left-radius: 0px;
     border-bottom-left-radius: 0px;
   }