From f9cae9b8bd87208b84c247d6d558f51e22755e33 Mon Sep 17 00:00:00 2001
From: chensiAb <chenchenco03@163.com>
Date: Mon, 05 Aug 2024 12:00:53 +0800
Subject: [PATCH] feat:验证码输入组件-添加刷新cd回到60秒通知父组件

---
 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