From 2cfbc714c3e96e6f0f4cb69b4b1ee4f928c1c919 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期一, 28 十一月 2022 16:48:47 +0800
Subject: [PATCH] 修改样式

---
 src/views/specialCheck/components/wholesaleForm.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/specialCheck/components/wholesaleForm.vue b/src/views/specialCheck/components/wholesaleForm.vue
index a51c187..0e4546f 100644
--- a/src/views/specialCheck/components/wholesaleForm.vue
+++ b/src/views/specialCheck/components/wholesaleForm.vue
@@ -40,7 +40,7 @@
                     </el-col>
                     <el-col :span="4">
                         <el-button style="margin-right: 10px;" type="primary" @click="searchData()">查询</el-button>
-                        <el-button class="resetBtn"  type="primary" plain @click="resetSearch()">重置</el-button>
+                        <el-button class="resetBtn" plain @click="resetSearch()">重置</el-button>
                     </el-col>
                 </el-row>
             </transition>
@@ -97,7 +97,7 @@
                 :total="recordTotal"
                 layout="total, sizes, prev, pager, next, jumper"
                 background
-                style="float:right;margin:3px"
+                style="float:right;margin:20px 0 0"
                 @size-change="handleSizeChange"
                 @current-change="handleCurrentChange"
             />
@@ -363,8 +363,7 @@
                         width: 100%;
                     }
                     .resetBtn{
-                        color: #034EA2;
-                        background-color: #ecf5ff;
+                        color: #fff;
                     }
                 }
             }

--
Gitblit v1.9.2