From d4f4804aeedb44d81b7518cd5469abcb0c215d6b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 29 十月 2019 16:12:32 +0800
Subject: [PATCH] level1 menu

---
 src/components/dragelement/index.scss |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/components/dragelement/index.scss b/src/components/dragelement/index.scss
index 8eb2603..dbf749f 100644
--- a/src/components/dragelement/index.scss
+++ b/src/components/dragelement/index.scss
@@ -1,11 +1,14 @@
 .dragdashboard {
+  position: relative;
+  z-index: 1;
   width: calc(100vw - 400px);
   float: left;
   background: #001529;
+  padding-bottom: 5px;
   .card-add {
     border: 1px dashed gray;
     padding: 2px;
-    margin-top: 10px;
+    margin-top: 13px;
     margin-left: 10px;
     width: 50px;
     float: left;
@@ -13,7 +16,7 @@
     cursor: pointer;
   }
   button {
-    margin-top: 10px;
+    margin-top: 14px;
     margin-left: 10px;
     padding: 0 10px;
     height: 26px;
@@ -22,15 +25,14 @@
 .card {
   position: relative;
   border: 1px dashed gray;
-  padding-right: 15px;
   margin-top: 7px;
   margin-right: 10px;
   float: left;
   div {
-    padding: 5px;
+    padding: 5px 20px 5px 5px;
     cursor: move;
     min-width: 43px;
-    max-width: 70px;
+    max-width: 85px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;

--
Gitblit v1.8.0