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/index.scss | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/menu/stylecontroller/index.scss b/src/menu/stylecontroller/index.scss index 801ed13..f1c1560 100644 --- a/src/menu/stylecontroller/index.scss +++ b/src/menu/stylecontroller/index.scss @@ -17,6 +17,14 @@ color: rgba(255, 255, 255, 0.85); background-color: #202735; border-top: 1px solid #202735; + .ant-collapse-content-box { + padding: 5px 10px; + } + .ant-collapse-content-box::after { + content: ' '; + display: block; + clear: both; + } .ant-input-number { width: 100%; } -- Gitblit v1.8.0