From ef4723d012ca9227b0a5442560c15910c2438f1d Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期二, 25 六月 2024 18:16:22 +0800
Subject: [PATCH] 后台问题修改

---
 src/views/infomanger/complating/index.vue |    4 ++--
 src/App.vue                               |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index a61ff71..c34592c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -50,4 +50,7 @@
   -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); /*婊戝潡澶栭槾褰�*/
   background-color: rgb(180, 184, 185, 0.6); /*婊戝潡鑳屾櫙棰滆壊*/
 }
+.Fragment{
+  line-height: 0px;
+}
 </style>
diff --git a/src/views/infomanger/complating/index.vue b/src/views/infomanger/complating/index.vue
index 6984bf4..d850958 100644
--- a/src/views/infomanger/complating/index.vue
+++ b/src/views/infomanger/complating/index.vue
@@ -23,11 +23,11 @@
         <el-button icon="Refresh" @click="resetQuery">閲嶇疆</el-button>
       </el-form-item>
     </el-form>
-    <el-row class="mt20 mb10">
+    <!-- <el-row class="mt20 mb10">
       <el-col>
         <el-button icon="Download" type="primary" plain>瀵煎嚭</el-button>
       </el-col>
-    </el-row>
+    </el-row> -->
     <el-table :data="form.tableData">
       <el-table-column label="鎶曡瘔浼佷笟" prop="companyName"></el-table-column>
       <el-table-column label="鎶曡瘔瀵硅薄" prop="executeDeptName">

--
Gitblit v1.9.1