From ef37d4a78583019f834bfa9c2a5a4422f3f46b76 Mon Sep 17 00:00:00 2001
From: 潘晓明 <hahagongzi2006@163.com>
Date: 星期三, 12 二月 2025 23:08:38 +0800
Subject: [PATCH] 成本趋势分析页面接口。

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

diff --git a/zhitan-vue/src/assets/styles/ruoyi.scss b/zhitan-vue/src/assets/styles/ruoyi.scss
index d83440a..505048c 100644
--- a/zhitan-vue/src/assets/styles/ruoyi.scss
+++ b/zhitan-vue/src/assets/styles/ruoyi.scss
@@ -312,6 +312,10 @@
       // tr:hover > td {
       // 	background-color: #141E4A;
       // }
+
+      .el-table-fixed-column--left {
+        background-color: #110f2e !important;
+      }
     }
   }
 
@@ -858,6 +862,9 @@
       // tr:hover > td {
       // 	background-color: #141E4A;
       // }
+      .el-table-fixed-column--left {
+        background-color: #fff;
+      }
     }
   }
 

--
Gitblit v1.9.3