From bf47e047be64deb0851ff34fa4ad953c89295ab3 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 03 Mar 2025 16:17:46 +0800
Subject: [PATCH] 知识库文档,数据控制层基类完善

---
 forms/switch/cSwitch.scss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/forms/switch/cSwitch.scss b/forms/switch/cSwitch.scss
index 2e6d5d0..3288c4c 100644
--- a/forms/switch/cSwitch.scss
+++ b/forms/switch/cSwitch.scss
@@ -82,7 +82,7 @@
             display: none;
         }
         .c-switch-radio-group {
-            @include flexbox(flex, flex-start center, n wrap);
+            @include flexbox(flex, flex-end center, n wrap);
             flex: 1;
         }
         .c-switch-radio-item {
@@ -118,6 +118,7 @@
     }
     &.c-switch-radio-left {
         .c-switch-radio-group {
+            @include flexbox(flex, flex-start center, n wrap);
             padding-right: 0;
             .c-switch-radio-item {
                 padding-left: 0;

--
Gitblit v1.9.1