From 196aac76666571c60536973418bff3da63bef1d8 Mon Sep 17 00:00:00 2001 From: ‘chensiAb’ <‘chenchenco03@163.com’> Date: Tue, 01 Apr 2025 17:29:32 +0800 Subject: [PATCH] fix:百度地图组件微调 & 地址三级联动增加只读属性 --- forms/datePicker/cDateRangeAction.scss | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/forms/datePicker/cDateRangeAction.scss b/forms/datePicker/cDateRangeAction.scss index 5d2abba..6326783 100644 --- a/forms/datePicker/cDateRangeAction.scss +++ b/forms/datePicker/cDateRangeAction.scss @@ -6,16 +6,7 @@ @import "../../common/sassMixin"; .c-data-range-float { - @include position(fixed, 0 0, 90000); - .at-drawer .at-drawer__content { - width: 100%; - min-height: 200px; - bottom: auto; - transform: translateY(-100%); - } - .at-drawer--show .at-drawer__content { - transform: translateY(0%); - } + @include position(fixed, 0 0, 9100); .c-data-range-drawer { .title { height: 100px; -- Gitblit v1.9.1