From f16acb06ab278cdcb1d39a29680634010638326d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 08 五月 2024 17:35:48 +0800
Subject: [PATCH] 1. 完成表格模块的功能迁移; 2. 完成表格、折线图、地图标记三者点击联动

---
 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