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 |  114 ++++++++++++++++++++------------------------------------
 1 files changed, 41 insertions(+), 73 deletions(-)

diff --git a/src/menu/modalconfig/index.scss b/src/menu/modalconfig/index.scss
index 556a72a..ce93e36 100644
--- a/src/menu/modalconfig/index.scss
+++ b/src/menu/modalconfig/index.scss
@@ -55,41 +55,6 @@
         }
       }
     }
-    .tables {
-      .ant-select-selection-selected-value {
-        opacity: 0.4!important;
-      }
-    }
-    .ant-list {
-      margin-top: 20px;
-      .ant-list-item {
-        display: -webkit-box;
-        padding-right: 20px;
-        position: relative;
-        padding-left: 5px;
-        overflow: hidden;
-        text-overflow: ellipsis;
-        -webkit-line-clamp: 2;
-        -webkit-box-orient: vertical;
-        width: 100%;
-        .anticon {
-          position: absolute;
-          top: 0px;
-          right: 0px;
-          padding: 3px 3px 10px 10px;
-          cursor: pointer;
-        }
-        .bottom-mask {
-          position: absolute;
-          width: 100%;
-          height: 8px;
-          bottom: 0;
-          left: 0;
-          background: #ffffff;
-          border-radius: 8px;
-        }
-      }
-    }
   }
   .tools::-webkit-scrollbar {
     width: 4px;
@@ -111,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;
@@ -128,18 +101,20 @@
       position: relative;
       padding: 0;
 
-      .modal-fields-row.up_down {
-        .ant-form-item {
-          display: block!important;
-          .ant-form-item-label {
-            width: 100%!important;
-            text-align: left;
-          }
-          .ant-form-item-control-wrapper {
-            width: 100%!important;
-          }
-        }
-      }
+      // .modal-fields-row.up_down {
+      //   .ant-form-item {
+      //     display: block!important;
+      //     .ant-form-item-label {
+      //       width: 100%!important;
+      //       text-align: left;
+      //       height: 24px;
+      //       line-height: 28px;
+      //     }
+      //     .ant-form-item-control-wrapper {
+      //       width: 100%!important;
+      //     }
+      //   }
+      // }
 
       .ant-modal-content {
         max-width: 95%;
@@ -150,19 +125,25 @@
           z-index: 10;
           background: transparent;
           min-height: 50px;
-          padding-right: 75px;
+          padding-right: 10px;
+          
           .ant-modal-title {
             display: inline-block;
-          }
-          .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 {
@@ -212,7 +193,6 @@
           position: relative;
           background: #ffffff;
           border-radius: 2px;
-          margin-bottom: 15px;
           .ant-form-item {
             cursor: move;
             display: flex;
@@ -258,12 +238,6 @@
               opacity: 0;
               z-index: 1;
             }
-            .ant-col-cuslabel {
-              width: 10.5%;
-            }
-            .ant-col-cuswrap {
-              width: 89.5%;
-            }
           }
         }
         .ant-calendar-picker {
@@ -277,12 +251,6 @@
         top: 5px;
         padding: 10px;
         cursor: pointer;
-      }
-      .paste-Icon {
-        position: absolute;
-        font-size: 16px;
-        right: 15px;
-        top: 65px;
       }
     }
   }

--
Gitblit v1.8.0