From b2a4bc4ca4b4e77cc9e72d0d6cce5ff1f0ac9009 Mon Sep 17 00:00:00 2001 From: Hefeng <1057605508@qq.com> Date: Thu, 31 Aug 2023 14:27:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20fui-date-picker=20=E5=A2=9E=E5=8A=A0to?= =?UTF-8?q?p=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../firstui/fui-date-picker/fui-date-picker.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/components/firstui/fui-date-picker/fui-date-picker.vue b/components/firstui/fui-date-picker/fui-date-picker.vue index 15248e9..d23abaa 100644 --- a/components/firstui/fui-date-picker/fui-date-picker.vue +++ b/components/firstui/fui-date-picker/fui-date-picker.vue @@ -5,7 +5,7 @@ :style="maskStyl" ref="fui_dpkm_ani" @tap.stop="maskClick"> @@ -1190,14 +1190,15 @@ export default { .fui-date__picker-content_top { /* #ifndef APP-NVUE */ width: 100%; - visibility: hidden; /* #endif */ position: fixed; left: 0; right: 0; /* #ifndef APP-NVUE */ - transform: translate3d(0, -100%, 0); + /* transform: translate3d(0, -100%, 0); */ + height: 0; + overflow: hidden; transition: all 0.25s ease-in-out; /* #endif */ @@ -1220,6 +1221,14 @@ export default { transform: translateY(0); /* #endif */ } +.fui-dpk__content-show_top { + /* #ifndef APP-NVUE */ + height: 608rpx; + /* #endif */ + /* #ifdef APP-NVUE */ + transform: translateY(0); + /* #endif */ +} .fui-dpk__content-light { background-color: #fff;