From fe8985afecd77360b8627f6fbea1736c3fcb94b5 Mon Sep 17 00:00:00 2001
From: letsgocoding <sdxt_0802@163.com>
Date: 星期五, 14 二月 2025 22:42:53 +0800
Subject: [PATCH] !79 !78 全系统按钮列表等优化 Merge pull request !79 from letsgocoding/develop1.0

---
 zhitan-vue/src/assets/styles/page.scss |   31 ++++++++++++++++++++++++-------
 1 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/zhitan-vue/src/assets/styles/page.scss b/zhitan-vue/src/assets/styles/page.scss
index c4c8e50..7a600a2 100644
--- a/zhitan-vue/src/assets/styles/page.scss
+++ b/zhitan-vue/src/assets/styles/page.scss
@@ -5,8 +5,9 @@
 
       .page-container-left {
         width: 280px;
-        min-height: calc(100vh - 120px);
+        min-height: calc(100vh - 148px);
         border-right: 1px solid #1a235d;
+        background: #1F1C49;
 
         .tree {
           height: calc(100vh - 170px);
@@ -14,6 +15,7 @@
           overflow-y: auto;
         }
       }
+      
 
       .page-container-right {
         flex: 1;
@@ -30,10 +32,16 @@
       padding: 18px 0 0 15px;
     }
 
+    .table-bg-style {
+      margin-top: 12px;
+      .theme-dark-mt20 {
+        margin-top: 20px;
+      }
+    }
+
     .tree {
       // padding: 20px;
-      margin-top: 25px;
-      // margin-left: 20px;
+      margin-top: 2px;
       overflow: hidden;
     }
   }
@@ -49,7 +57,7 @@
   }
 
   .table-box {
-    margin: 20px;
+    margin: 0;
 
     .table-title-box {
       font-weight: bold;
@@ -76,6 +84,9 @@
 
       .page-container-left {
         width: 280px;
+        min-height: calc(100vh - 148px);
+        border-right: 1px solid #fff;
+        background: #f1f4fa;
 
         // border-right: 1px solid #1a235d;
         .tree {
@@ -96,15 +107,21 @@
 
     .form-card {
       background: #fff;
+      // background: #F7F8FA;
       border-radius: 0px 0px 0px 0px;
       // border: 1px solid #000000;
       padding: 18px 0 0 15px;
     }
+    
+    .table-bg-style {
+      background-color: #fff;
+      padding-top: 12px;
+      margin-top: 12px;
+    }
 
     .tree {
       // padding: 20px;
-      margin-top: 25px;
-      // margin-left: 20px;
+      margin-top: 2px;
       overflow: hidden;
     }
   }
@@ -120,7 +137,7 @@
   }
 
   .table-box {
-    margin: 20px;
+    margin: 10px 20px;
 
     .table-title-box {
       font-weight: bold;

--
Gitblit v1.9.3