From bcef9a2845e6800704fecb3eb60c204f80854a07 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 24 九月 2020 09:17:24 +0800
Subject: [PATCH] 2020-09-24

---
 src/menu/menushell/index.scss |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/src/menu/menushell/index.scss b/src/menu/menushell/index.scss
index b6d9e93..8ac5399 100644
--- a/src/menu/menushell/index.scss
+++ b/src/menu/menushell/index.scss
@@ -11,16 +11,6 @@
     >.ant-col {
       padding: 8px;
     }
-    > .mk-component-card:hover {
-      > .remove-component {
-        opacity: 1;
-      }
-      > div {
-        > .model-datasource > .anticon-setting, > .model-menu-tabs-setting > .anticon-setting {
-          opacity: 1;
-        }
-      }
-    }
   }
   .anticon {
     cursor: unset;
@@ -28,32 +18,9 @@
 
   .mk-component-card {
     position: relative;
-    .remove-component {
-      position: absolute;
-      right: 42px;
-      top: -16px;
-      color: #ff4d4f;
-      border-radius: 2px;
-      font-size: 16px;
-      padding: 5px;
-      cursor: pointer;
-      opacity: 0;
-      transition: opacity 0.2s;
-    }
   }
   
   >.ant-empty {
     padding-top: 150px;
-  }
-
-  .model-datasource > .anticon-setting, .model-menu-tabs-setting > .anticon-setting {
-    font-size: 16px;
-    padding: 5px;
-    position: absolute;
-    right: 0px;
-    top: -30px;
-    opacity: 0;
-    cursor: pointer;
-    transition: opacity 0.2s;
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0