mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-24 18:36:20 +08:00
[bug fix] Actionsheet: 修复 actionsheet 隐藏情况阻挡页面元素 (#99)
This commit is contained in:
parent
12f4a12093
commit
3ba0769781
@ -27,6 +27,7 @@
|
|||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zan-actionsheet__btn.zan-btn {
|
.zan-actionsheet__btn.zan-btn {
|
||||||
@ -65,6 +66,7 @@
|
|||||||
.zan-actionsheet--show .zan-actionsheet__container {
|
.zan-actionsheet--show .zan-actionsheet__container {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
|
visibility: visible;
|
||||||
}
|
}
|
||||||
.zan-actionsheet--show .zan-actionsheet__mask {
|
.zan-actionsheet--show .zan-actionsheet__mask {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user