From 8701e6928b20cc3c4af763f8e72be5396c2be99d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 09 十月 2020 18:57:15 +0800 Subject: [PATCH] 2020-10-09 --- src/menu/stylecontroller/index.scss | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/menu/stylecontroller/index.scss b/src/menu/stylecontroller/index.scss index 3205800..801ed13 100644 --- a/src/menu/stylecontroller/index.scss +++ b/src/menu/stylecontroller/index.scss @@ -32,6 +32,15 @@ } .ant-form-item-control-wrapper { .ant-form-item-control { + .border-position { + .ant-radio-wrapper { + margin-right: 0px; + + span.ant-radio + * { + padding-left: 4px; + } + } + } input { background: transparent; color: rgba(255, 255, 255, 0.65); -- Gitblit v1.8.0