From fbb78fa4d5e3346733505af886234877b0806265 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 21 十二月 2021 16:13:32 +0800
Subject: [PATCH] 2021-12-21

---
 src/components/mkIcon/index.scss |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/mkIcon/index.scss b/src/components/mkIcon/index.scss
index 0cc28b6..2de7c81 100644
--- a/src/components/mkIcon/index.scss
+++ b/src/components/mkIcon/index.scss
@@ -5,6 +5,7 @@
   border-radius: 4px;
   line-height: 32px;
   padding: 0px 0px 0px 10px;
+  transition: all 0.3s;
 
   .anticon.trigger {
     float: right;
@@ -17,11 +18,14 @@
     margin-top: 8px;
     margin-right: 8px;
     background: #fff;
-    color: rgba(0, 0, 0, 0.45);
+    color: #bcbcbc;
     font-size: 12px;
     opacity: 0;
     transition: opacity 0.3s;
   }
+  .close.anticon:hover {
+    color: #959595;
+  }
 }
 .mk-icon-box:hover {
   border-color: #1890ff;

--
Gitblit v1.8.0