From e44586ff0c279aac29e2f9ba7a1b19a97ecddbe4 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 21 Feb 2022 14:34:11 +0800
Subject: [PATCH] 优化地址三级联动组件,允许只有两级的地址,可以被选中

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

diff --git a/forms/switch/cSwitch.scss b/forms/switch/cSwitch.scss
index 1738612..17494cf 100644
--- a/forms/switch/cSwitch.scss
+++ b/forms/switch/cSwitch.scss
@@ -6,16 +6,19 @@
 @import "../../common/sassMixin";
 
 .c-switch {
+    .at-switch__title {
+        font-size: 36px;
+    }
     &.c-switch-required {
         .at-switch__title {
             &::before {
                 display: block;
                 position: absolute;
                 top: 50%;
-                left: -0.5rem;
-                margin-right: 0.17067rem;
+                left: -23px;
+                margin-right: 8px;
                 color: #FF4949;
-                font-size: 0.59733rem;
+                font-size: 28px;
                 font-family: SimSun, sans-serif;
                 line-height: 1;
                 content: "*";

--
Gitblit v1.9.1