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/modelsource/dragsource/index.scss |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/src/menu/modelsource/dragsource/index.scss b/src/menu/modelsource/dragsource/index.scss
index 1404efe..59efc99 100644
--- a/src/menu/modelsource/dragsource/index.scss
+++ b/src/menu/modelsource/dragsource/index.scss
@@ -2,13 +2,22 @@
   display: inline-block;
   width: 100%;
   margin-bottom: 15px;
-  cursor: move;
   height: auto;
-  box-shadow: 0px 0px 1px #1890ff;
 
-  background-size: cover;
-  background-position: top center;
-  background-repeat: no-repeat;
+  // background-size: cover;
+  // background-position: top center;
+  // background-repeat: no-repeat;
+
+  .property {
+    font-size: 14px;
+    color: rgba(0, 0, 0, 0.65);
+  }
+
+  img {
+    width: 100%;
+    cursor: move;
+    box-shadow: 0px 0px 1px #1890ff;
+  }
 
   .tooltip-block {
     width: 100%;

--
Gitblit v1.8.0