From 9b862fc16ff20fdb92b997a10ed2e7f223841fc7 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Thu, 01 Apr 2021 10:03:52 +0800 Subject: [PATCH] 更改筛选组件数据传递模式 --- forms/select/cSelect.scss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/forms/select/cSelect.scss b/forms/select/cSelect.scss index f01a470..9385831 100644 --- a/forms/select/cSelect.scss +++ b/forms/select/cSelect.scss @@ -16,11 +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