From 419fe50acad4674f50c6639b3ec7ccbcaf2cbf44 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 20 三月 2025 17:43:49 +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