From b72d9b63ab784641c2999aba37f2ca6f9f6bfe06 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 12 十一月 2021 17:49:42 +0800
Subject: [PATCH] 2021-11-12

---
 src/tabviews/zshare/cardcomponent/index.scss |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/tabviews/zshare/cardcomponent/index.scss b/src/tabviews/zshare/cardcomponent/index.scss
index 05af64d..6d5b2b8 100644
--- a/src/tabviews/zshare/cardcomponent/index.scss
+++ b/src/tabviews/zshare/cardcomponent/index.scss
@@ -88,7 +88,7 @@
       right: 0;
       bottom: 0;
 
-      .mk-btn-wrap {
+      div {
         width: 100%;
         height: 100%;
         .ant-btn {
@@ -101,10 +101,8 @@
       }
     }
     .mk-card-insert:hover {
-      .mk-btn-wrap {
-        .ant-btn {
-          color: #1890ff;
-        }
+      .ant-btn {
+        color: #1890ff;
       }
     }
   }

--
Gitblit v1.8.0