From ccb5a60490f4e23aa0528add18b0c68a616d7968 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 17 Mar 2021 14:35:22 +0800
Subject: [PATCH] 分销订单0317

---
 zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html b/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html
index aaf9883..a23b23d 100644
--- a/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html
+++ b/zq-erp/src/main/resources/templates/views/admin/fenxiao/fenxiao-setting.html
@@ -100,7 +100,7 @@
             </el-col>
         </el-row>
 
-        <el-row v-show="isShow" style="margin-top: 20px;">
+        <el-row style="margin-top: 20px;">
             <el-col>
                 <template v-for="paramSettingFour in shfs">
                     <el-form-item>
@@ -123,7 +123,7 @@
                 :direction="direction"
                 size="90%"
         >
-            <el-row >
+            <el-row style="margin-left: 50px;">
                 <el-col :span="24">
                     <el-row class="vertical  ">
                         <el-input class="searchInput" @input="searchGoods()" v-model="queryKey"

--
Gitblit v1.9.1