Explorar o código

订单数据按钮位置调整

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
ebf5587568
Modificáronse 1 ficheiros con 2 adicións e 6 borrados
  1. 2 6
      src/views/order/orderList.vue

+ 2 - 6
src/views/order/orderList.vue

@@ -103,13 +103,9 @@ c<template>
           <a-col :md="6" :sm="8">
               <a-input placeholder="请输入" v-model="dingDan"></a-input>
           </a-col>
-        
-          <a-col :md="2" :sm="8">
+            <a-button type="primary" @click="synchronizationOne" icon="reload" style="margin-right:3%">单条同步</a-button>  
             <a-button type="primary" @click="synchronization" icon="reload">全量同步</a-button>
-          </a-col>
-           <a-col :md="2" :sm="8">
-            <a-button type="primary" @click="synchronizationOne" icon="reload">单条同步</a-button>
-          </a-col>
+          
        </a-row>