From 5f44d21b3921abc88506a7ec46b3fe6f078664aa Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 14 三月 2025 15:33:24 +0800
Subject: [PATCH] 新增走航融合功能(初版)

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

diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss
index fa8428e..e1d1401 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,9 +12,20 @@
 
 .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(--font-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: var(--select_color);
+  --el-button-border-color: var(--bg-color);
   --el-button-active-border-color: transparent;
 }
 

--
Gitblit v1.9.3