From 73c27460075c56ebeb696341fb1b9cae220dd7e0 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 02 Dec 2020 14:58:47 +0800
Subject: [PATCH] 微调主色,优化表单验证错误状态显示

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

diff --git a/forms/input/cInputPhoneCode.scss b/forms/input/cInputPhoneCode.scss
index 215e427..4c4b45e 100644
--- a/forms/input/cInputPhoneCode.scss
+++ b/forms/input/cInputPhoneCode.scss
@@ -9,9 +9,12 @@
     .c-input-phone-btn {
         margin-right: 0.426rem;
         border: none;
-        background: #1e8ad2;
+        background: #2093df;
         .at-button__text {
             vertical-align: middle;
         }
     }
+    .at-input__icon {
+        display: none;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1