From 08ffcf9d7ffafaa82d8de7f9b5fcfdb49e9c3688 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 05 十一月 2025 17:33:54 +0800
Subject: [PATCH] 动态溯源 1. 修复CO因子文本没有正常显示的问题;
---
src/styles/elementUI.scss | 34 +++++++++++++++++++++++++++-------
1 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss
index 8464ecc..ff482e2 100644
--- a/src/styles/elementUI.scss
+++ b/src/styles/elementUI.scss
@@ -2,12 +2,8 @@
// --el-text-color-regular: #ffffff;
}
-.el-form-item {
- margin-bottom: 0px;
-}
-
.el-form-item__label {
- color: white !important;
+ color: rgba(255, 255, 255, 0.849) !important;
}
// .el-radio {
@@ -16,8 +12,19 @@
.el-button-custom {
--el-button-bg-color: var(--bg-color);
- --el-button-hover-text-color: var(--select_color);
- --el-button-hover-bg-color: var(--bg-color);
+ --el-button-border-color: var(--font-color);
+ // --el-button-hover-text-color: var(--select_color);
+ // --el-button-hover-bg-color: var(--bg-color);
+ --el-button-hover-bg-color: var(--select_color);
+ --el-button-active-border-color: transparent;
+}
+
+.el-button-custom-light {
+ --el-button-bg-color: var(--select_color);
+ // --el-button-text-color: var(--bg-color);
+ // --el-button-hover-text-color: var(--bg-color);
+ // --el-button-hover-bg-color: var(--font-color);
+ --el-button-hover-bg-color: transparent;
--el-button-border-color: var(--font-color);
--el-button-active-border-color: transparent;
}
@@ -25,3 +32,16 @@
.el-button-custom:focus-visible {
outline: 0px solid var(--el-button-outline-color);
}
+
+// .el-statistic {
+// --el-statistic-title-color: rgb(215, 215, 215);
+// --el-statistic-content-color: white;
+// }
+
+// .el-text {
+// --el-text-color: white;
+// }
+
+// .el-link {
+// --el-link-text-color: #23dad1;
+// }
--
Gitblit v1.9.3