From 5c509746d48f326157542a784fd6d645e2dc9ae6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 09 三月 2021 19:05:55 +0800 Subject: [PATCH] 2021-03-09 --- src/pc/bgcontroller/index.scss | 34 +++++----------------------------- 1 files changed, 5 insertions(+), 29 deletions(-) diff --git a/src/pc/bgcontroller/index.scss b/src/pc/bgcontroller/index.scss index 0d6ed73..848da99 100644 --- a/src/pc/bgcontroller/index.scss +++ b/src/pc/bgcontroller/index.scss @@ -1,4 +1,4 @@ -.menu-background-controller { +.pc-style-controller { width: 100%; height: 100%; overflow: hidden; @@ -12,32 +12,8 @@ top: 5px; } } + .ant-form-item label > .anticon { + font-size: 16px; + vertical-align: middle; + } } - -.margin-popover { - padding-top: 0px; - .ant-popover-inner-content { - width: 90px; - 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; - } - } - } - .ant-popover-arrow { - display: none; - } -} \ No newline at end of file -- Gitblit v1.8.0