From ec3cc73f8deaf0b83b0b517e65f949a5a5c496dc Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 07 一月 2020 09:07:46 +0800
Subject: [PATCH] 2020-01-07

---
 src/templates/comtableconfig/tabdragelement/index.scss |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/templates/comtableconfig/tabdragelement/index.scss b/src/templates/comtableconfig/tabdragelement/index.scss
index dc8ed55..56fbd3b 100644
--- a/src/templates/comtableconfig/tabdragelement/index.scss
+++ b/src/templates/comtableconfig/tabdragelement/index.scss
@@ -7,9 +7,15 @@
   cursor: move;
   border-radius: 4px;
 }
-.commontab-drawarea-placeholder {
-  position: absolute;
-  top: 25px;
-  left: calc(50% - 50px);
-  color: #bcbcbc;
+.maintable-tab-list {
+  .ant-tabs-content {
+    text-align: center;
+    color: #bcbcbc;
+  }
+  .commontab-drawarea-placeholder {
+    position: absolute;
+    top: 25px;
+    left: calc(50% - 50px);
+    color: #bcbcbc;
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0