From e7b2533bf1c746649a154dc2025096e6ddb5a456 Mon Sep 17 00:00:00 2001 From: ‘chensiAb’ <‘chenchenco03@163.com’> Date: Tue, 01 Apr 2025 11:23:27 +0800 Subject: [PATCH] fix:腾讯地图 & 百度api 组件去掉调试代码 --- forms/chinaArea/cChinaArea.scss | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/forms/chinaArea/cChinaArea.scss b/forms/chinaArea/cChinaArea.scss index bcdf53b..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; @@ -15,9 +20,17 @@ &::after { display: none; } + .at-icon-loading, .at-icon-chevron-right { - font-size: 1.024rem; + font-size: 48px; color: #ccc; } + .at-icon-loading { + margin-right: 9px; + animation: atRotate 1s linear infinite; + } + } + .at-input__icon { + display: none; } } \ No newline at end of file -- Gitblit v1.9.1