From e72677f19b20b3b5e51de881078861e972e717e0 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 31 Mar 2021 19:18:36 +0800
Subject: [PATCH] 列表页筛选组件,第一部分

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

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

--
Gitblit v1.9.1