From 6f7bbdd390abdcdb2cdaef980bc69816a3ff2202 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 08 五月 2025 17:38:43 +0800 Subject: [PATCH] 添加动态污染溯源相关逻辑(待完成) --- src/styles/elementUI.scss | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss index 30ea08a..96cfa18 100644 --- a/src/styles/elementUI.scss +++ b/src/styles/elementUI.scss @@ -12,18 +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-border-color: var(--bg-color); + --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