From 54f1f35024c29f1cadc77d17ad7d5e66e644fb23 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 17 Mar 2021 17:04:58 +0800
Subject: [PATCH] 组件样式,批量 rem 换 px,兼容小程序

---
 forms/input/cInputPhoneCode.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/forms/input/cInputPhoneCode.scss b/forms/input/cInputPhoneCode.scss
index 4c4b45e..33510de 100644
--- a/forms/input/cInputPhoneCode.scss
+++ b/forms/input/cInputPhoneCode.scss
@@ -7,7 +7,7 @@
 
 .c-input-phone-code {
     .c-input-phone-btn {
-        margin-right: 0.426rem;
+        margin-right: 20px;
         border: none;
         background: #2093df;
         .at-button__text {

--
Gitblit v1.9.1