From 34e7681fd12b1c4e4994d3bea1a553870e10bc50 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 11 三月 2023 17:58:54 +0800 Subject: [PATCH] 2023-03-11 --- src/menu/stylecontroller/index.scss | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/menu/stylecontroller/index.scss b/src/menu/stylecontroller/index.scss index 514e0b1..8940758 100644 --- a/src/menu/stylecontroller/index.scss +++ b/src/menu/stylecontroller/index.scss @@ -82,6 +82,14 @@ .color-sketch-block { position: relative; top: 10px; + .color-sketch-value { + .anticon-close-circle { + background: transparent; + } + .anticon-close-circle:hover { + color: #ffffff; + } + } } .color-sketch-block + .ant-input { float: right; @@ -126,6 +134,11 @@ } } } +.menu-style-controller.mk-picture { + .bg-image-panel { + display: none; + } +} .margin-popover { padding-top: 0px; -- Gitblit v1.8.0