From 9e0df95ffda0ef9f2339f7caf413b357640aea28 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期一, 06 五月 2024 08:45:14 +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