From e2dced9dcd39fb53566020c53e131400daac01e6 Mon Sep 17 00:00:00 2001
From: VVT789 <sdxt_0802@163.com>
Date: 星期四, 13 二月 2025 14:28:08 +0800
Subject: [PATCH] Merge branch 'develop1.0' into wt_from_develop1.0

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

diff --git a/zhitan-vue/src/assets/styles/ruoyi.scss b/zhitan-vue/src/assets/styles/ruoyi.scss
index 4479086..cd8f03c 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;
       }
@@ -316,6 +312,10 @@
       // tr:hover > td {
       // 	background-color: #141E4A;
       // }
+
+      .el-table-fixed-column--left {
+        background-color: #110f2e !important;
+      }
     }
   }
 
@@ -397,18 +397,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 +446,7 @@
     margin-bottom: -1px;
     padding: 11px 0px;
     font-size: 13px;
+    color: #fff;
   }
 
   .pull-right {
@@ -465,7 +464,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 +561,26 @@
   /* 琛ㄦ牸鍙充晶宸ュ叿鏍忔牱寮� */
   .top-right-btn {
     margin-left: auto;
+  }
+
+  .el-tabs__item {
+    color: #eaeaea;
+  }
+  .el-tabs__item.is-active {
+    color: #409EFF;
+  }
+
+  .el-descriptions__cell {
+    background: transparent;
+    color: #fff !important;
+  }
+  .el-descriptions__body {
+    background-color: transparent;
+    color: #fff;
+  }
+  .el-descriptions__label {
+    color: #fff !important;
+    background-color: #1a235d !important;
   }
 }
 
@@ -803,7 +823,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 +838,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;
       }
@@ -855,6 +875,9 @@
       // tr:hover > td {
       // 	background-color: #141E4A;
       // }
+      .el-table-fixed-column--left {
+        background-color: #fff;
+      }
     }
   }
 
@@ -936,18 +959,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 +1024,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