From cf5ab6da9ff676fab8a10d4299bd5a04a07bf50f Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期一, 17 五月 2021 10:05:53 +0800
Subject: [PATCH] 修复默认选中图层时出现的BUG

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