From 50b49c1b760489c3430fc382656d57c5fbbab07c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 四月 2024 16:07:24 +0800 Subject: [PATCH] 2024-04-29 --- src/components/normalform/modalform/mkTable/index.scss | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/components/normalform/modalform/mkTable/index.scss b/src/components/normalform/modalform/mkTable/index.scss index a5620f0..97e3e85 100644 --- a/src/components/normalform/modalform/mkTable/index.scss +++ b/src/components/normalform/modalform/mkTable/index.scss @@ -23,6 +23,23 @@ 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