From 21167ece56edd628e6f6546d1d642947cc3a048f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 12 八月 2024 22:17:33 +0800
Subject: [PATCH] 2024-08-12

---
 src/menu/components/form/step-form/index.scss |   24 ++++--------------------
 1 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/src/menu/components/form/step-form/index.scss b/src/menu/components/form/step-form/index.scss
index 506e5ff..5f2d0f2 100644
--- a/src/menu/components/form/step-form/index.scss
+++ b/src/menu/components/form/step-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;
@@ -25,6 +15,7 @@
     top: 1px;
     cursor: pointer;
     padding: 5px;
+    color: rgba(0, 0, 0, 0.65);
     background: rgba(255, 255, 255, 0.55);
   }
 
@@ -35,6 +26,7 @@
   }
   .form-area {
     position: relative;
+    font-size: 14px;
     .page-card {
       background: transparent;
     }
@@ -42,14 +34,6 @@
       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;

--
Gitblit v1.8.0