From dd2ff26f240bcb79de082f1de4eaf6d2c973b28e Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期一, 20 十月 2025 08:38:01 +0800
Subject: [PATCH] 2025.10.18 修改嫉妒报告生成逻辑
---
src/styles/elementUI.scss | 35 +++++++++++++++++++++++++++--------
1 files changed, 27 insertions(+), 8 deletions(-)
diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss
index fa8428e..ff482e2 100644
--- a/src/styles/elementUI.scss
+++ b/src/styles/elementUI.scss
@@ -2,13 +2,8 @@
// --el-text-color-regular: #ffffff;
}
-.el-form-item {
- margin-bottom: 0px;
- margin-right: 8px !important;
-}
-
.el-form-item__label {
- color: white !important;
+ color: rgba(255, 255, 255, 0.849) !important;
}
// .el-radio {
@@ -17,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;
}
@@ -26,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