From be3f94f8bac188385206b42ae4cb1353daf3ea80 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 08 Nov 2021 11:07:51 +0800 Subject: [PATCH] 请求基类优化,删除remap的设计,增加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