From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 24 一月 2025 11:10:32 +0800
Subject: [PATCH] 2025-01-24

---
 src/menu/components/form/simple-form/index.scss |   26 ++++----------------------
 1 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/src/menu/components/form/simple-form/index.scss b/src/menu/components/form/simple-form/index.scss
index c02b072..a88431e 100644
--- a/src/menu/components/form/simple-form/index.scss
+++ b/src/menu/components/form/simple-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;
@@ -44,14 +34,6 @@
       cursor: pointer;
       padding: 4px 10px;
     }
-    >button {
-      float: right;
-      margin-right: 10px;
-    }
-    >.mk-cols-change {
-      height: 24px;
-      padding: 0 10px;
-    }
     >.quickly-add {
       display: inline-block;
       margin-left: 10px;
@@ -77,12 +59,12 @@
     }
   }
 }
-.menu-normal-form-edit-box::after {
+.menu-simple-form-edit-box::after {
   display: block;
   content: ' ';
   clear: both;
 }
-.menu-normal-form-edit-box:hover {
+.menu-simple-form-edit-box:hover {
   z-index: 1;
   box-shadow: 0px 0px 4px #1890ff;
 }

--
Gitblit v1.8.0