From 5b15175432d0d03d6a35c4555b26d38720095c3a Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 16 May 2024 17:39:29 +0800
Subject: [PATCH] 列表页筛选组件,修复下拉选择取消项和值为0的项,显示异常的问题

---
 forms/datePicker/cDateRangeAction.scss |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/forms/datePicker/cDateRangeAction.scss b/forms/datePicker/cDateRangeAction.scss
index 2dc4c66..6326783 100644
--- a/forms/datePicker/cDateRangeAction.scss
+++ b/forms/datePicker/cDateRangeAction.scss
@@ -5,18 +5,8 @@
 
 @import "../../common/sassMixin";
 
-.c-date-range-action {}
 .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