From d374e0e90612996a0a2f81d734d793189a40706d Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 16 Sep 2021 11:46:26 +0800
Subject: [PATCH] 优化列表筛选组件数据传递,下拉组件允许取消“取消选择”的选择

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

diff --git a/forms/select/cSelect.scss b/forms/select/cSelect.scss
index 0f1f8b2..3c104fc 100644
--- a/forms/select/cSelect.scss
+++ b/forms/select/cSelect.scss
@@ -23,4 +23,10 @@
     .at-input__icon {
         display: none;
     }
+    .at-input__container {
+        input {
+            text-overflow: ellipsis;
+            pointer-events: none;
+        }
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.1