From 9a11e62adeb8d435b52a361eb62d5b59e1deef2a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 23 五月 2024 21:14:50 +0800
Subject: [PATCH] 2024-05-23

---
 src/menu/modalconfig/index.scss |   59 +++++++++++++++++++++++++++--------------------------------
 1 files changed, 27 insertions(+), 32 deletions(-)

diff --git a/src/menu/modalconfig/index.scss b/src/menu/modalconfig/index.scss
index 723def0..ce93e36 100644
--- a/src/menu/modalconfig/index.scss
+++ b/src/menu/modalconfig/index.scss
@@ -76,8 +76,16 @@
     height: 100%;
     overflow-y: hidden;
     background: #ffffff;
-    .ant-card-head {
-      min-height: 44px;
+    .ant-card {
+      padding-top: 45px;
+      .ant-card-head {
+        min-height: 44px;
+        position: fixed;
+        width: calc(100vw - 235px);
+        top: 48px;
+        z-index: 12;
+        background: #ffffff;
+      }
     }
     .ant-card-head-title {
       padding: 5px 0;
@@ -117,26 +125,25 @@
           z-index: 10;
           background: transparent;
           min-height: 50px;
-          padding-right: 80px;
+          padding-right: 10px;
+          
           .ant-modal-title {
             display: inline-block;
-          }
-          .anticon-copy {
-            position: absolute;
-            top: 18px;
-            color: #26C281;
-            right: 65px;
-            font-size: 16px;
-          }
-          .ant-switch {
-            position: absolute;
-            top: 15px;
-            right: 10px;
-          }
-          .mk-cols-change {
-            float: right;
-            height: 25px;
-            margin-right: 10px;
+            height: 22px;
+            .mk-modal-icon-def {
+              margin-right: 10px;
+              background: transparent!important;
+            }
+            .mk-modal-icon-circle {
+              display: inline-block;
+              border-radius: 30px;
+              margin-right: 10px;
+              color: #ffffff!important;
+              width: 30px;
+              height: 30px;
+              text-align: center;
+              line-height: 30px;
+            }
           }
         }
         .ant-modal-close {
@@ -231,12 +238,6 @@
               opacity: 0;
               z-index: 1;
             }
-            .ant-col-cuslabel {
-              width: 10.5%;
-            }
-            .ant-col-cuswrap {
-              width: 89.5%;
-            }
           }
         }
         .ant-calendar-picker {
@@ -250,12 +251,6 @@
         top: 5px;
         padding: 10px;
         cursor: pointer;
-      }
-      .paste-Icon {
-        position: absolute;
-        font-size: 16px;
-        right: 15px;
-        top: 65px;
       }
     }
   }

--
Gitblit v1.8.0