From f0bf8c399c354c22227f8f1a76ed806098db59c0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 五月 2024 16:51:02 +0800 Subject: [PATCH] 2024-05-21 --- 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