From 026f17ebafb85250d9ae9b71b80ae5f07341c172 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 15 五月 2025 16:33:12 +0800
Subject: [PATCH] 动态溯源功能初步完成

---
 src/styles/elementUI.scss |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss
index 8464ecc..96cfa18 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;
 }

--
Gitblit v1.9.3