From d1cd5af5adb53e91efdd278328e1b6f8ad834fb5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 06 二月 2025 21:11:56 +0800
Subject: [PATCH] Merge branch 'positec' into dms

---
 src/components/normalform/modalform/mkTable/index.scss |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/src/components/normalform/modalform/mkTable/index.scss b/src/components/normalform/modalform/mkTable/index.scss
index d4bba52..97e3e85 100644
--- a/src/components/normalform/modalform/mkTable/index.scss
+++ b/src/components/normalform/modalform/mkTable/index.scss
@@ -20,7 +20,25 @@
     .color-sketch-block {
       width: 200px;
       position: relative;
-      top: 8px;
+      top: 4px;
+      white-space: nowrap;
+    }
+    .mini-color {
+      .color-sketch-block {
+        width: 80%;
+        .color-sketch-block-box {
+          width: 100%;
+        }
+        .color-sketch-value {
+          display: none;
+        }
+      }
+    }
+    .mk-color-value {
+      display: inline-block;
+      width: 80%;
+      height: 24px;
+      box-shadow: 0 0 2px #b8b8b8;
     }
     .ant-select {
       width: 100%;

--
Gitblit v1.8.0