From 6379d7a81d8fb8417977d40031cf587d50f69812 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Mon, 31 Jul 2023 17:15:08 +0800 Subject: [PATCH] 地址联动组件再优化,所有方法都改用异步回调 --- 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