From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

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

diff --git a/src/menu/menushell/index.scss b/src/menu/menushell/index.scss
index 26d5c35..ac770fb 100644
--- a/src/menu/menushell/index.scss
+++ b/src/menu/menushell/index.scss
@@ -1,25 +1,24 @@
 .menu-shell-inner {
-  min-height: calc(100vh - 150px);
+  min-height: calc(100vh - 100px);
+  width: auto!important;
+  overflow-x: hidden;
+  background-size: 100%;
+
+  .anticon {
+    cursor: unset;
+  }
+
   .mk-component-card {
     position: relative;
-    .remove-component {
-      position: absolute;
-      right: 2px;
-      top: 50%;
-      background: #ff4d4f;
-      border-radius: 2px;
-      padding: 4px;
-      color: #ffffff;
-      cursor: pointer;
-      display: none;
-    }
   }
-  .mk-component-card:hover {
-    .remove-component {
-      display: inline-block;
-    }
-  }
+  
   >.ant-empty {
     padding-top: 150px;
   }
+  .anticon-tool {
+    color: rgba(0, 0, 0, 0.55);
+  }
+  .anticon-tool:hover {
+    color: #1890ff;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0