From 4b774f04653a89513bc8f847920529c08507f564 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Fri, 26 Aug 2022 16:13:55 +0800 Subject: [PATCH] Merge branch 'master' of ssh://dev.zhiheiot.com:29418/mob-components --- forms/switch/cSwitch.scss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/forms/switch/cSwitch.scss b/forms/switch/cSwitch.scss index 0777689..dfe9673 100644 --- a/forms/switch/cSwitch.scss +++ b/forms/switch/cSwitch.scss @@ -74,4 +74,14 @@ padding-left: 6px; } } + &.c-switch-radio-left { + .c-switch-radio-group { + width: calc(100% - 214px); + padding-right: 0; + .c-switch-radio-item { + padding-left: 0; + padding-right: 22px; + } + } + } } \ No newline at end of file -- Gitblit v1.9.1