From b85aa12acad18f3b0ce9d590a87e5f4016ed9b1a Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 08 Nov 2021 12:04:35 +0800
Subject: [PATCH] 修复增加options的问题

---
 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