From d62c168d0656fac4242581609c3c5c0d88cf6a48 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 29 一月 2021 18:03:47 +0800 Subject: [PATCH] 2021-01-29 --- src/menu/stylecontroller/index.scss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/menu/stylecontroller/index.scss b/src/menu/stylecontroller/index.scss index e17070f..082735e 100644 --- a/src/menu/stylecontroller/index.scss +++ b/src/menu/stylecontroller/index.scss @@ -28,6 +28,18 @@ .ant-input-number { width: 100%; } + .mk-source-wrap { + height: 32px; + .anticon-paper-clip { + color:rgba(255, 255, 255, 0.7); + } + .anticon-delete { + color:rgba(255, 255, 255, 0.7); + } + .mk-source-item-info:hover { + background-color: transparent; + } + } .ant-form-item { margin-bottom: 2px; -- Gitblit v1.8.0