From 79e1455e4ba4f4a7d04a483dda1a354e53921a69 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 十一月 2020 19:04:14 +0800 Subject: [PATCH] 2020-11-04 --- src/menu/stylecontroller/styleInput/index.scss | 47 ++++++----------------------------------------- 1 files changed, 6 insertions(+), 41 deletions(-) diff --git a/src/menu/stylecontroller/styleInput/index.scss b/src/menu/stylecontroller/styleInput/index.scss index 68798d5..e76a3e4 100644 --- a/src/menu/stylecontroller/styleInput/index.scss +++ b/src/menu/stylecontroller/styleInput/index.scss @@ -1,44 +1,9 @@ -.style-input-popover { - padding-top: 0px; - z-index: 1090!important; - .ant-popover-inner-content { - padding: 0px 5px; - .ant-menu-root.ant-menu-vertical { - border: 0; - .ant-menu-item { - height: 30px; - cursor: pointer; - line-height: 30px; - } - .ant-menu-item:not(:last-child) { - margin-bottom: 0px; - } - .ant-menu-item:first-child { - margin-top: 10px; - } - .ant-menu-item:last-child { - margin-bottom: 10px; - } +.style-input-box { + line-height: 32px; + .ant-select { + width: 60px!important; + .ant-select-selection { + color: rgba(0, 0, 0, 0.75)!important; } } - .ant-popover-arrow { - display: none; - } - .ant-popover-content::before { - content: ' '; - position: absolute; - width: 100%; - height: 5px; - top: -5px; - } - .ant-popover-content::after { - content: ' '; - position: absolute; - width: 100%; - height: 5px; - bottom: -5px; - } -} -.style-input-popover.ant-popover-placement-top { - padding-bottom: 0px; } -- Gitblit v1.8.0