From fbc625dea6117cb8724301d3a07d9071419f9715 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 30 八月 2024 18:08:56 +0800
Subject: [PATCH] ll

---
 admin/src/layouts/TableLayout.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/src/layouts/TableLayout.vue b/admin/src/layouts/TableLayout.vue
index 28ab4c7..c33073b 100644
--- a/admin/src/layouts/TableLayout.vue
+++ b/admin/src/layouts/TableLayout.vue
@@ -6,7 +6,7 @@
         <el-breadcrumb-item v-for="path in paths" :key="path">{{path}}</el-breadcrumb-item>
       </el-breadcrumb>
     </div>-->
-    <div style="height:10px;"></div>
+    <!-- <div style="height:10px;"></div> -->
     <Profile :roles="roles" :permissions="permissions">
       <!-- 鎼滅储琛ㄥ崟閮ㄥ垎 -->
       <div class="table-search-form">
@@ -60,6 +60,7 @@
   height: 100%;
   display: flex;
   flex-direction: column;
+  margin-top: 10px;
   .not-allow-wrap {
     padding-top: 0;
   }
@@ -104,7 +105,6 @@
 }
 // 鍒楄〃鍜屽垎椤�
 .table-content {
-  margin-top: 10px;
   padding: 0 16px;
   .table-wrap {
     padding: 16px 16px 0 16px;

--
Gitblit v1.9.3