From 9e0a0749233c15711fd3259afa1f19867d214df7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 22 六月 2020 16:07:35 +0800
Subject: [PATCH] 2020-06-22

---
 src/mob/mobshell/index.scss |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/src/mob/mobshell/index.scss b/src/mob/mobshell/index.scss
index 369ae98..1be9a6c 100644
--- a/src/mob/mobshell/index.scss
+++ b/src/mob/mobshell/index.scss
@@ -1,6 +1,21 @@
-.common-drawarea-placeholder {
-  width: 100%;
-  line-height: 65px;
-  text-align: center;
-  color: #bcbcbc;
+.mob-shell-inner {
+  .mk-component-card {
+    position: relative;
+    .remove-component {
+      position: absolute;
+      right: 2px;
+      top: 50%;
+      background: #2f54eb;
+      border-radius: 2px;
+      padding: 4px;
+      color: #ffffff;
+      cursor: pointer;
+      display: none;
+    }
+  }
+  .mk-component-card:hover {
+    .remove-component {
+      display: inline-block;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0