From fc6920985f8177f153e376fe7669c272d6b3d184 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 21 二月 2020 22:02:56 +0800
Subject: [PATCH] 2020-02-21

---
 src/templates/formtabconfig/index.scss |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/templates/formtabconfig/index.scss b/src/templates/formtabconfig/index.scss
index 32dd704..124604a 100644
--- a/src/templates/formtabconfig/index.scss
+++ b/src/templates/formtabconfig/index.scss
@@ -279,8 +279,10 @@
       }
       
       .action-list {
+        position: relative;
         padding: 0px 20px 15px;
         min-height: 82px;
+        text-align: center;
         > .ant-row {
           min-height: 67px;
         }
@@ -313,7 +315,11 @@
           }
           button {
             cursor: move;
-            min-width: 65px;
+            min-width: 70px;
+            margin-right: 10px;
+            height: 35px;
+            font-size: 15px;
+            padding: 5px 20px;
             .anticon-table {
               font-size: 10px;
               position: absolute;
@@ -327,6 +333,10 @@
             display: inline-block;
           }
         }
+        .anticon-question-circle {
+          position: absolute;
+          left: 5px;
+        }
       }
       .tab-list {
         position: relative;

--
Gitblit v1.8.0