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;