From 72419e2f826031a158173f46d723a672064e37cd Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 31 八月 2021 22:42:51 +0800
Subject: [PATCH] 2021-08-31

---
 src/menu/components/tabs/tabcomponents/index.scss |   36 +-----------------------------------
 1 files changed, 1 insertions(+), 35 deletions(-)

diff --git a/src/menu/components/tabs/tabcomponents/index.scss b/src/menu/components/tabs/tabcomponents/index.scss
index 05bb661..f21f784 100644
--- a/src/menu/components/tabs/tabcomponents/index.scss
+++ b/src/menu/components/tabs/tabcomponents/index.scss
@@ -1,48 +1,14 @@
 .tab-shell-inner {
-  margin: -8px;
+  margin: 0px;
 
-  >.ant-col {
-    padding: 8px;
-  }
   .anticon {
     cursor: unset;
   }
 
   .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;
-    }
-  }
-  .mk-component-card:hover {
-    .remove-component {
-      opacity: 1;
-    }
-    .model-datasource > .anticon-setting, .model-menu-tabs-setting > .anticon-setting {
-      opacity: 1;
-    }
   }
   >.ant-empty {
     padding: 60px 0px 70px;
-  }
-
-  .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