mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +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;
|
||||
z-index: 11;
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.zan-actionsheet__btn.zan-btn {
|
||||
@ -65,6 +66,7 @@
|
||||
.zan-actionsheet--show .zan-actionsheet__container {
|
||||
opacity: 1;
|
||||
transform: translate3d(0, 0, 0);
|
||||
visibility: visible;
|
||||
}
|
||||
.zan-actionsheet--show .zan-actionsheet__mask {
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user