From 5423c7caa9723e0b232ea6c5ef4aaf90bd7a3334 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 21 十月 2020 14:46:25 +0800 Subject: [PATCH] 2020-10-21 --- src/templates/modalconfig/index.scss | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/templates/modalconfig/index.scss b/src/templates/modalconfig/index.scss index 2969e25..c4c262f 100644 --- a/src/templates/modalconfig/index.scss +++ b/src/templates/modalconfig/index.scss @@ -218,6 +218,18 @@ width: 100%; margin-top: 4px; } + .ant-checkbox-group { + line-height: 40px; + .ant-checkbox-wrapper { + margin-right: 8px; + } + .ant-checkbox-wrapper + .ant-checkbox-wrapper { + margin-left: 0px; + } + } + .ant-radio-group { + line-height: 40px; + } .ant-calendar-picker { width: 100%; margin-top: 4px; -- Gitblit v1.8.0