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/components/form/tab-form/index.scss |   34 +++++++++++++---------------------
 1 files changed, 13 insertions(+), 21 deletions(-)

diff --git a/src/menu/components/form/tab-form/index.scss b/src/menu/components/form/tab-form/index.scss
index 0fb6111..76ad654 100644
--- a/src/menu/components/form/tab-form/index.scss
+++ b/src/menu/components/form/tab-form/index.scss
@@ -6,18 +6,8 @@
   background-repeat: no-repeat;
   background-size: cover;
   min-height: 30px;
-  
-  .card-control {
-    position: absolute;
-    top: 0px;
-    left: 0px;
-    .anticon-tool {
-      right: auto;
-      left: 1px;
-      padding: 1px;
-    }
-  }
-  .anticon-tool {
+
+  >.anticon-tool {
     position: absolute;
     z-index: 2;
     font-size: 16px;
@@ -32,22 +22,17 @@
     position: relative;
     background: #ffffff;
     border-radius: 2px;
-    margin-bottom: 15px;
   }
   .form-area {
     position: relative;
+    font-size: 14px;
+    .page-card {
+      background: transparent;
+    }
     >.plus {
       color: #26C281;
       cursor: pointer;
       padding: 4px 10px;
-    }
-    >button {
-      float: right;
-      margin-right: 10px;
-    }
-    >.mk-cols-change {
-      height: 24px;
-      padding: 0 10px;
     }
     >.quickly-add {
       display: inline-block;
@@ -65,6 +50,13 @@
       padding-top: 10px;
       padding-bottom: 30px;
     }
+    .modal-fields-row:not(.mob-form) {
+      padding-left: 10px;
+      padding-right: 10px;
+    }
+    .am-list-item {
+      background-color: transparent;
+    }
   }
 }
 .menu-normal-form-edit-box::after {

--
Gitblit v1.8.0