From 8eae4c332c821c8aaa3365c84293e836fd8d1dab Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期二, 13 四月 2021 13:48:02 +0800
Subject: [PATCH] 废气图表

---
 src/styles/theme-dark/el-ui/button.less |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/styles/theme-dark/el-ui/button.less b/src/styles/theme-dark/el-ui/button.less
index 9c3cc50..8122b60 100644
--- a/src/styles/theme-dark/el-ui/button.less
+++ b/src/styles/theme-dark/el-ui/button.less
@@ -47,9 +47,7 @@
   border: 1px solid @dark--primary-color;
 }
 .el-button--default:hover{
-  background: transparent;
-  border-color: #0f93a9;
-  color: @dark--title-color;
+    background:@background-color;
 }
 .el-button--default:active{
     border-color: #0f93a9;

--
Gitblit v1.8.0