From 65e310e342effbb7d98bd5f97b3404a44e3c5233 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 21 十二月 2019 00:29:36 +0800
Subject: [PATCH] 2019-12-21

---
 src/templates/comtableconfig/index.scss |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 50 insertions(+), 2 deletions(-)

diff --git a/src/templates/comtableconfig/index.scss b/src/templates/comtableconfig/index.scss
index e76a155..840a370 100644
--- a/src/templates/comtableconfig/index.scss
+++ b/src/templates/comtableconfig/index.scss
@@ -363,10 +363,58 @@
           }
         }
       }
+      .tab-list {
+        position: relative;
+        padding: 30px 20px 0px;
+        .ant-switch {
+          position: absolute;
+          right: 20px;
+          top: 20px;
+        }
+        > .ant-row {
+          min-height: 47px;
+          .page-card {
+            position: relative;
+            padding: 0px;
+            > div {
+              padding: 12px 0px 0px;
+              cursor: move;
+            }
+          }
+          .ant-tabs-tab {
+            .edit {
+              position: absolute;
+              left: 0;
+              top: 0px;
+              color: #1890ff;
+              cursor: pointer;
+              display: none;
+            }
+            .edit.close {
+              left: 20px;
+              color: #ff4d4f;
+            }
+          }
+          .ant-tabs-bar {
+            min-height: 55px;
+          }
+          .ant-tabs-tab:hover {
+            .edit {
+              display: inline-block;
+            }
+          }
+        }
+        > .anticon-setting {
+          position: absolute;
+          font-size: 18px;
+          right: 15px;
+          top: 30px;
+        }
+      }
       > .anticon-setting {
         position: absolute;
-        font-size: 16px;
-        right: 10px;
+        font-size: 18px;
+        right: 15px;
         top: 10px;
       }
     }

--
Gitblit v1.8.0