From d712ae0a0d338bdc96c463c9ffe42f8c844f3c37 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 02 三月 2023 12:46:57 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/stylecontroller/index.scss | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/menu/stylecontroller/index.scss b/src/menu/stylecontroller/index.scss index 02bccdb..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; -- Gitblit v1.8.0