From c7aece35a62b6e91fd98a625bf0e53f64bfbd18d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 17 八月 2023 16:22:15 +0800
Subject: [PATCH] 2023-08-17

---
 src/components/normalform/modalform/index.scss |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/components/normalform/modalform/index.scss b/src/components/normalform/modalform/index.scss
index 23b5f23..4bd743d 100644
--- a/src/components/normalform/modalform/index.scss
+++ b/src/components/normalform/modalform/index.scss
@@ -8,10 +8,6 @@
     padding-left: 1.2%!important;
     padding-right: 1.2%!important;
   }
-  .ant-form-item-label .anticon-question-circle {
-    color: #c49f47;
-    margin-right: 3px;
-  }
   .ant-checkbox-group {
     line-height: unset;
     .ant-checkbox-wrapper {
@@ -36,9 +32,6 @@
     width: 33.3%;
   }
 
-  .ant-input-number {
-    width: 100%;
-  }
   .ant-form-explain {
     overflow:hidden;
     text-overflow:ellipsis;
@@ -48,7 +41,7 @@
     margin-top: 7px;
     overflow: hidden;
     .color-sketch-block-box {
-      min-width: 100px;
+      min-width: 50px;
       .color-sketch-block-inner {
         box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
       }
@@ -64,4 +57,9 @@
       width: 16%;
     }
   }
+  .ant-col-12 + .ant-col-24 + .ant-col-24 {
+    .ant-form-item-label {
+      width: 16%;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0