From 977ce3d348f898d64ea240c8397b83d3e1cc5bb4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 18 十二月 2019 09:23:05 +0800
Subject: [PATCH] 2019-12-18

---
 src/templates/comtableconfig/index.scss |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/templates/comtableconfig/index.scss b/src/templates/comtableconfig/index.scss
index e5c99e6..e76a155 100644
--- a/src/templates/comtableconfig/index.scss
+++ b/src/templates/comtableconfig/index.scss
@@ -286,7 +286,13 @@
         }
       }
       .column-list {
+        position: relative;
         padding: 0px 20px;
+        .ant-switch {
+          position: absolute;
+          right: 20px;
+          top: -10px;
+        }
         > .ant-row {
           background: #fafafa;
           border-radius: 4px;
@@ -303,9 +309,15 @@
             padding: 0px;
             min-height: 45px;
             > div {
-              padding: 12px 8px;
+              padding: 12px 0px 0px;
               cursor: move;
               height: 100%;
+              .ant-table-column-sorters {
+                padding: 0px 8px 12px;
+              }
+              .ant-table-column-fields {
+                padding: 0px 8px 5px;
+              }
             }
             .ant-table-column-sorter {
               position: relative;

--
Gitblit v1.8.0