From 6257816acce548a113081578140058cd99e83160 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 05 十月 2020 10:01:16 +0800
Subject: [PATCH] 2020-10-05

---
 src/menu/components/card/cardcomponent/settingform/index.scss |   25 ++++++-------------------
 1 files changed, 6 insertions(+), 19 deletions(-)

diff --git a/src/menu/components/card/cardcomponent/settingform/index.scss b/src/menu/components/card/cardcomponent/settingform/index.scss
index 166f28c..159130b 100644
--- a/src/menu/components/card/cardcomponent/settingform/index.scss
+++ b/src/menu/components/card/cardcomponent/settingform/index.scss
@@ -1,24 +1,11 @@
-.menu-card-detail-form {
-  min-height: 190px;
+.model-menu-setting-form {
+  position: relative;
 
+  .anticon-question-circle {
+    color: #c49f47;
+    margin-right: 3px;
+  }
   .ant-input-number {
     width: 100%;
-  }
-  .ant-form-item-label {
-    .anticon-question-circle {
-      color: #c49f47;
-      margin-right: 5px;
-    }
-  }
-  .ant-col {
-    height: 65px;
-  }
-  .color-form {
-    .ant-form-item-control {
-      .color-sketch-block {
-        position: relative;
-        top: 7px;
-      }
-    }
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0