From 7c51280f1cf4b796f9215133b2f99b397cf5325c Mon Sep 17 00:00:00 2001 From: ‘chensiAb’ <‘chenchenco03@163.com’> Date: Wed, 26 Mar 2025 15:29:02 +0800 Subject: [PATCH] 下拉组件-无数据统一暂无数据 --- forms/chinaArea/cChinaArea.scss | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/forms/chinaArea/cChinaArea.scss b/forms/chinaArea/cChinaArea.scss index 0313e43..3fe9ca3 100644 --- a/forms/chinaArea/cChinaArea.scss +++ b/forms/chinaArea/cChinaArea.scss @@ -6,6 +6,11 @@ @import "../../common/sassMixin"; .c-china-area { + .at-input__container { + .at-input__input { + pointer-events: none; + } + } .at-input__input { .weui-input { pointer-events: none; @@ -17,11 +22,11 @@ } .at-icon-loading, .at-icon-chevron-right { - font-size: 1.024rem; + font-size: 48px; color: #ccc; } .at-icon-loading { - margin-right: 0.2rem; + margin-right: 9px; animation: atRotate 1s linear infinite; } } -- Gitblit v1.9.1