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/textarea/cTextArea.scss |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/forms/textarea/cTextArea.scss b/forms/textarea/cTextArea.scss
index 4e41d6a..e66883e 100644
--- a/forms/textarea/cTextArea.scss
+++ b/forms/textarea/cTextArea.scss
@@ -19,4 +19,7 @@
             }
         }
     }
+    .at-input__icon {
+        display: none;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1