From 269f0759a64927c2ea06a9d7de92ecfd0be7df5b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 13 七月 2020 10:00:04 +0800 Subject: [PATCH] 2020-07-13 --- src/mob/controller/index.scss | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/src/mob/controller/index.scss b/src/mob/controller/index.scss index 6b87772..6acbf69 100644 --- a/src/mob/controller/index.scss +++ b/src/mob/controller/index.scss @@ -17,7 +17,9 @@ color: rgba(255, 255, 255, 0.85); background-color: #202735; border-top: 1px solid #202735; - + .ant-input-number { + width: 100%; + } .ant-form-item { margin-bottom: 5px; @@ -114,4 +116,32 @@ } } } +} + +.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