From 4b275f2093954cc58bbc23e4fc67e67d6fe81c0b Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期日, 13 七月 2025 22:46:35 +0800 Subject: [PATCH] 2025.7.13 污染动态溯源 --- src/styles/elementUI.scss | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss index e1d1401..ff482e2 100644 --- a/src/styles/elementUI.scss +++ b/src/styles/elementUI.scss @@ -20,15 +20,28 @@ } .el-button-custom-light { - --el-button-bg-color: var(--font-color); - --el-button-text-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: var(--select_color); - --el-button-border-color: var(--bg-color); + --el-button-hover-bg-color: transparent; + --el-button-border-color: var(--font-color); --el-button-active-border-color: transparent; } .el-button-custom:focus-visible { outline: 0px solid var(--el-button-outline-color); } + +// .el-statistic { +// --el-statistic-title-color: rgb(215, 215, 215); +// --el-statistic-content-color: white; +// } + +// .el-text { +// --el-text-color: white; +// } + +// .el-link { +// --el-link-text-color: #23dad1; +// } -- Gitblit v1.9.3