From 1686cbdcf757d9e1a85aac35b577473a08056f5c Mon Sep 17 00:00:00 2001
From: net <net@netdeMacBook-Pro.local>
Date: 星期六, 15 二月 2025 00:44:25 +0800
Subject: [PATCH] 同比环比集成完毕接口

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

diff --git a/zhitan-vue/src/assets/styles/ruoyi.scss b/zhitan-vue/src/assets/styles/ruoyi.scss
index 505048c..cd8f03c 100644
--- a/zhitan-vue/src/assets/styles/ruoyi.scss
+++ b/zhitan-vue/src/assets/styles/ruoyi.scss
@@ -569,6 +569,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;
+  }
 }
 
 

--
Gitblit v1.9.3