From 1534aee0339dee8000cdd26c21797cf3ad391f7a Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 06 五月 2024 17:33:23 +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