From 75f043dfa6660716364e66ee0b3cf99f44255686 Mon Sep 17 00:00:00 2001
From: DYL0109 <dn18191638832@163.com>
Date: 星期三, 16 四月 2025 19:20:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop1.0' into dyl_dev

---
 zhitan-vue/src/assets/styles/ruoyi.scss |   34 ++++++++++++++++++++++++----------
 1 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/zhitan-vue/src/assets/styles/ruoyi.scss b/zhitan-vue/src/assets/styles/ruoyi.scss
index d83440a..029d415 100644
--- a/zhitan-vue/src/assets/styles/ruoyi.scss
+++ b/zhitan-vue/src/assets/styles/ruoyi.scss
@@ -269,14 +269,11 @@
       td {
         word-break: break-word;
         background-color: #1d3778 !important;
-        // color: #515a6e;
+        color: #515a6e;
         height: 48px !important;
-        // font-size: 13px;
-
         border-radius: 0px 0px 0px 0px;
         font-family: OPPOSans, OPPOSans;
         font-weight: 500;
-        // font-size: 16px;
         color: #ffffff;
         border-bottom: none !important;
       }
@@ -312,6 +309,10 @@
       // tr:hover > td {
       // 	background-color: #141E4A;
       // }
+
+      .el-table-fixed-column--left {
+        background-color: #110f2e !important;
+      }
     }
   }
 
@@ -393,7 +394,7 @@
   // 鏍�
   .el-tree {
     background: transparent;
-    font-size: 16px;
+    font-size: 14px;
     color: #ffffff;
 
     .el-tree-node__content {
@@ -564,6 +565,19 @@
   }
   .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;
   }
 }
 
@@ -816,14 +830,11 @@
         background-color: #F7F8FA !important;
         // color: #515a6e;
         height: 48px !important;
-        // font-size: 13px;
-
         border-radius: 0px 0px 0px 0px;
         font-family: OPPOSans, OPPOSans;
         font-weight: 500;
-        // font-size: 16px;
         color: #222222;
-        border-bottom: none !important;
+        // border-bottom: none !important;
       }
     }
 
@@ -858,6 +869,9 @@
       // tr:hover > td {
       // 	background-color: #141E4A;
       // }
+      .el-table-fixed-column--left {
+        background-color: #fff;
+      }
     }
   }
 
@@ -869,7 +883,7 @@
 
   // 琛ㄦ牸搴曢儴鐧界嚎
   .el-table__inner-wrapper::before {
-    background-color: transparent;
+    // background-color: transparent;
   }
 
   /** 琛ㄥ崟甯冨眬 **/

--
Gitblit v1.9.3