From 7e4a48404dcca87fa8060fde21dcb5cdf6b651dc Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 12 三月 2025 15:42:23 +0800
Subject: [PATCH] table封装showHidebug

---
 src/layout/components/AppMain.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue
index 1eb770d..f6b608c 100644
--- a/src/layout/components/AppMain.vue
+++ b/src/layout/components/AppMain.vue
@@ -50,9 +50,10 @@
   width: 100%;
   position: relative;
   overflow: hidden;
+  // background: rgb(245, 247, 251);
 }
 
-.fixed-header + .app-main {
+.fixed-header+.app-main {
   padding-top: 50px;
 }
 
@@ -62,7 +63,7 @@
     min-height: calc(100vh - 94px);
   }
 
-  .fixed-header + .app-main {
+  .fixed-header+.app-main {
     padding-top: 84px;
   }
 }

--
Gitblit v1.9.3