From 5e059c9c17a6d63b6c017d2d2beb25ae227071d1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 11 四月 2025 17:33:59 +0800
Subject: [PATCH] 走航融合优化中

---
 src/styles/elementUI.scss |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss
index 30ea08a..e1d1401 100644
--- a/src/styles/elementUI.scss
+++ b/src/styles/elementUI.scss
@@ -12,17 +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(--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-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