From a06655e10f4242c350a3450c6c21e77f33302e2e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 27 十一月 2020 22:09:04 +0800 Subject: [PATCH] 2020-11-27 --- src/menu/stylecontroller/styleInput/index.scss | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/menu/stylecontroller/styleInput/index.scss b/src/menu/stylecontroller/styleInput/index.scss index e76a3e4..6e9d563 100644 --- a/src/menu/stylecontroller/styleInput/index.scss +++ b/src/menu/stylecontroller/styleInput/index.scss @@ -2,8 +2,10 @@ line-height: 32px; .ant-select { width: 60px!important; - .ant-select-selection { - color: rgba(0, 0, 0, 0.75)!important; - } + } + .single-unit { + width: 38px; + text-align: left; + color: rgba(255, 255, 255, 0.65); } } -- Gitblit v1.8.0