From c4e9d054916c3f085329a67c7664b4c54f9137f9 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 07 五月 2024 17:36:09 +0800 Subject: [PATCH] 完成折线图相关功能的迁移 --- src/styles/elementUI.scss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss index 281d6e2..813ba05 100644 --- a/src/styles/elementUI.scss +++ b/src/styles/elementUI.scss @@ -13,3 +13,15 @@ // .el-radio { // --el-radio-text-color: white; // } + +.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-active-border-color: transparent; +} + +.el-button-custom:focus-visible { + outline: 0px solid var(--el-button-outline-color); +} \ No newline at end of file -- Gitblit v1.9.3