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/components/normalform/modalform/index.scss |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/components/normalform/modalform/index.scss b/src/components/normalform/modalform/index.scss
index 2d38c93..3def0e9 100644
--- a/src/components/normalform/modalform/index.scss
+++ b/src/components/normalform/modalform/index.scss
@@ -42,6 +42,7 @@
     overflow: hidden;
     .color-sketch-block-box {
       min-width: 50px;
+      max-width: 100px;
       .color-sketch-block-inner {
         box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
       }
@@ -57,4 +58,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