From 045b88b31958b2b639c2cb6a8476960ad5293007 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 25 Mar 2021 08:58:48 +0800
Subject: [PATCH] Merge branch 'master' of ssh://dev.zhiheiot.com:29418/mob-components

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

diff --git a/forms/select/cSelect.scss b/forms/select/cSelect.scss
index f817c46..0f1f8b2 100644
--- a/forms/select/cSelect.scss
+++ b/forms/select/cSelect.scss
@@ -16,8 +16,11 @@
             display: none;
         }
         .at-icon-chevron-right {
-            font-size: 1.024rem;
+            font-size: 48px;
             color: #ccc;
         }
     }
+    .at-input__icon {
+        display: none;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1