From c35074e0e33054bb6c5ada22f8104422ae953b17 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 21 二月 2025 17:19:04 +0800 Subject: [PATCH] 1. 新增默认加载时先判断各选项是否获取完成逻辑 --- 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