From a8e94242166881639cecf3809e45ca527233ebd7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 23 三月 2021 16:42:20 +0800
Subject: [PATCH] 2021-03-23

---
 src/templates/modalconfig/index.scss |   95 ++++-------------------------------------------
 1 files changed, 9 insertions(+), 86 deletions(-)

diff --git a/src/templates/modalconfig/index.scss b/src/templates/modalconfig/index.scss
index 9dd5236..ede7fb0 100644
--- a/src/templates/modalconfig/index.scss
+++ b/src/templates/modalconfig/index.scss
@@ -136,10 +136,19 @@
           z-index: 10;
           background: transparent;
           min-height: 50px;
+          padding-right: 75px;
+          .ant-modal-title {
+            display: inline-block;
+          }
           .ant-switch {
             position: absolute;
             top: 15px;
             right: 10px;
+          }
+          .mk-cols-change {
+            float: right;
+            height: 25px;
+            margin-right: 10px;
           }
         }
         .ant-modal-footer {
@@ -188,92 +197,6 @@
           background: #ffffff;
           border-radius: 2px;
           margin-bottom: 15px;
-          .ant-form-item {
-            cursor: move;
-            display: flex;
-            margin-bottom: 0px;
-            .ant-form-item-label {
-              overflow: visible;
-              position: relative;
-              height: 40px;
-              label {
-                width: 100%;
-                cursor: move;
-                overflow: hidden;
-                display: inline-block;
-                text-overflow: ellipsis;
-                white-space: nowrap;
-              }
-              label.required::before {
-                display: inline-block;
-                margin-right: 4px;
-                color: #f5222d;
-                font-size: 14px;
-                font-family: SimSun, sans-serif;
-                line-height: 1;
-                content: '*';
-              }
-              .anticon-question-circle {
-                color: #c49f47;
-                margin-right: 3px;
-                line-height: 40px;
-              }
-            }
-            .ant-form-item-control-wrapper {
-              position: relative;
-              .ant-select {
-                width: 100%;
-                margin-top: 4px;
-              }
-              .ant-checkbox-group {
-                line-height: 40px;
-                .ant-checkbox-wrapper {
-                  margin-right: 8px;
-                }
-                .ant-checkbox-wrapper + .ant-checkbox-wrapper {
-                  margin-left: 0px;
-                }
-              }
-              .ant-radio-group {
-                line-height: 40px;
-              }
-              .ant-calendar-picker {
-                width: 100%;
-                margin-top: 4px;
-              }
-              .ant-input-number {
-                width: 100%;
-                margin-top: 4px;
-              }
-              .color-sketch-block {
-                margin-top: 7px;
-                overflow: hidden;
-                .color-sketch-block-box {
-                  min-width: 100px;
-                }
-              }
-              .normal-braft-editor {
-                border: 1px solid #d9d9d9;
-                border-radius: 4px;
-              }
-            }
-            .ant-form-item-control-wrapper::after {
-              content: '';
-              position: absolute;
-              top: 0;
-              left: 0;
-              right: 0;
-              bottom: 0;
-              opacity: 0;
-              z-index: 1;
-            }
-            .ant-col-cuslabel {
-              width: 10.5%;
-            }
-            .ant-col-cuswrap {
-              width: 89.5%;
-            }
-          }
         }
         .ant-calendar-picker {
           min-width: 100px!important;

--
Gitblit v1.8.0