From 2f2b09869423f7e98c64f79dc96c62d9a1696f24 Mon Sep 17 00:00:00 2001
From: ali <ali9696@163.com>
Date: 星期一, 13 一月 2025 18:08:42 +0800
Subject: [PATCH] 修改整体样式偏大问题

---
 zhitan-vue/src/assets/styles/ruoyi.scss |   39 ++++++++++++++++++++-------------------
 1 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/zhitan-vue/src/assets/styles/ruoyi.scss b/zhitan-vue/src/assets/styles/ruoyi.scss
index 4479086..d83440a 100644
--- a/zhitan-vue/src/assets/styles/ruoyi.scss
+++ b/zhitan-vue/src/assets/styles/ruoyi.scss
@@ -125,7 +125,6 @@
   .el-form .el-form-item__label ,.el-form-item__content {
     font-family: OPPOSans, OPPOSans;
     font-weight: 500;
-    font-size: 16px;
     color: #ffffff;
   }
 
@@ -143,7 +142,6 @@
   .el-input__inner {
     font-family: OPPOSans, OPPOSans;
     font-weight: 500;
-    font-size: 16px;
     color: #a7bfeb;
   }
 
@@ -154,8 +152,6 @@
     font-family: OPPOSans, OPPOSans;
     font-weight: 500;
     color: #a7bfeb;
-    font-size: 16px;
-    // color: #ffffff;
   }
 
   // 涓嬫媺姣忔潯
@@ -262,7 +258,7 @@
     background-color: transparent !important;
     font-family: OPPOSans, OPPOSans;
     font-weight: 500;
-    font-size: 16px;
+    // font-size: 16px;
     color: #ffffff;
 
     .el-table__header-wrapper,
@@ -280,7 +276,7 @@
         border-radius: 0px 0px 0px 0px;
         font-family: OPPOSans, OPPOSans;
         font-weight: 500;
-        font-size: 16px;
+        // font-size: 16px;
         color: #ffffff;
         border-bottom: none !important;
       }
@@ -397,18 +393,16 @@
   // 鏍�
   .el-tree {
     background: transparent;
-    font-family: Inter, Inter;
-    font-weight: 500;
     font-size: 16px;
     color: #ffffff;
 
     .el-tree-node__content {
-      height: 50px;
+      height: 48px;
     }
 
     .el-tree-node__expand-icon {
       color: #3371eb;
-      font-size: 18px;
+      font-size: 16px;
     }
 
     .el-tree-node:focus>.el-tree-node__content {
@@ -448,6 +442,7 @@
     margin-bottom: -1px;
     padding: 11px 0px;
     font-size: 13px;
+    color: #fff;
   }
 
   .pull-right {
@@ -465,7 +460,8 @@
     padding: 14px 15px 7px !important;
     min-height: 40px;
     background: #1a235d;
-    border: none;
+    border-bottom: 1px solid #a09f9f;
+    color: #fff;
   }
 
   .el-card__body {
@@ -561,6 +557,13 @@
   /* 琛ㄦ牸鍙充晶宸ュ叿鏍忔牱寮� */
   .top-right-btn {
     margin-left: auto;
+  }
+
+  .el-tabs__item {
+    color: #eaeaea;
+  }
+  .el-tabs__item.is-active {
+    color: #409EFF;
   }
 }
 
@@ -803,7 +806,7 @@
     background-color: transparent !important;
     font-family: OPPOSans, OPPOSans;
     font-weight: 500;
-    font-size: 16px;
+    // font-size: 16px;
     color: #ffffff;
 
     .el-table__header-wrapper,
@@ -818,7 +821,7 @@
         border-radius: 0px 0px 0px 0px;
         font-family: OPPOSans, OPPOSans;
         font-weight: 500;
-        font-size: 16px;
+        // font-size: 16px;
         color: #222222;
         border-bottom: none !important;
       }
@@ -936,18 +939,16 @@
   // 鏍�
   .el-tree {
     background: transparent;
-    font-family: Inter, Inter;
-    font-weight: 500;
     font-size: 16px;
     color: #333333;
 
     .el-tree-node__content {
-      height: 50px;
+      height: 48px;
     }
 
     .el-tree-node__expand-icon {
       color: #393939;
-      font-size: 18px;
+      font-size: 16px;
     }
 
     .el-tree-node:focus>.el-tree-node__content {
@@ -1003,8 +1004,8 @@
   .el-card__header {
     padding: 14px 15px 7px !important;
     min-height: 40px;
-    background: #1a235d;
-    border: none;
+    background: transparent;
+    border-bottom: 1px solid #e7eaec;
   }
 
   .el-card__body {

--
Gitblit v1.9.3