فهرست منبع

Merge branch 'master' of qk:zhuishuyun/precise_delivery_distribution_front

XiaBx 3 سال پیش
والد
کامیت
6f74f1e10e
1فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
  1. 5 3
      src/components/tool-bar/index.vue

+ 5 - 3
src/components/tool-bar/index.vue

@@ -8,7 +8,7 @@
       <a-input v-model:value="fields[field]" :placeholder="label[index]" />
     </div>
     <slot />
-    <div class="tool-bar-item">
+    <div class="tool-bar-item btn-item">
       <a-button type="primary" :loading="loading" @click="onConfirm">
         <template #icon>
           <search-outlined />
@@ -95,12 +95,11 @@ export default ToolBar;
   margin-bottom: 10px;
 
   .tool-bar-item {
-    width: 26%;
+    width: 22%;
     font-size: 14px;
     color: #333;
     box-sizing: border-box;
     padding: 10px 15px;
-
     .label {
       text-align: left;
       margin-bottom: 5px;
@@ -110,6 +109,9 @@ export default ToolBar;
       width: 30%;
     }
   }
+  .btn-item {
+    width: 30%;
+  }
   .ant-btn {
     margin-right: 10px;
   }