Browse Source

样式修改

lilei 4 years ago
parent
commit
ffa10f2419

+ 1 - 1
src/views/allocationManagement/chainTransferOut/edit.vue

@@ -145,7 +145,7 @@
                 </a-form>
               </div>
             </a-col>
-            <a-col :span="7">
+            <a-col :span="7" style="text-align: right;">
               <a-button size="small" style="margin-left: 8px" id="chainTransferOutEdit-import-btn">导入明细</a-button>
               <a-button size="small" type="danger" style="margin-left: 8px" @click.stop="handleDel('', 'all')" id="chainTransferOutEdit-del-all-btn">整单删除</a-button>
             </a-col>

+ 4 - 4
src/views/allocationManagement/storeTransferOut/edit.vue

@@ -107,8 +107,8 @@
             <div slot="message">总款数 <strong>{{ (productTotal&&productTotal.productTotalCategory) || 0 }}</strong> ,总数量 <strong>{{ (productTotal&&productTotal.productTotalQty) || 0 }}</strong> ,总成本¥<strong>{{ (productTotal&&productTotal.productTotalCost) || 0 }}</strong></div>
           </a-alert>
           <!-- 筛选条件 -->
-          <a-row :gutter="15" justify="space-between">
-            <a-col :span="21">
+          <a-row :gutter="15">
+            <a-col :span="20">
               <div class="table-page-search-wrapper">
                 <a-form layout="inline" @keyup.enter.native="getChooseProductList(1)">
                   <a-row :gutter="15">
@@ -130,8 +130,8 @@
                 </a-form>
               </div>
             </a-col>
-            <a-col :span="3">
-              <a-button size="small" style="margin-left: 8px" id="storeTransferOutEdit-import-btn">导入明细</a-button>
+            <a-col :span="4" style="text-align: right;">
+              <a-button size="small" id="storeTransferOutEdit-import-btn">导入明细</a-button>
             </a-col>
           </a-row>
           <!-- 列表 -->