From e8265fcb603358426f2dbe06193a86ccf6332ad0 Mon Sep 17 00:00:00 2001
From: chensiAb <chenchenco03@163.com>
Date: Tue, 14 Jan 2025 09:58:03 +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