-
Notifications
You must be signed in to change notification settings - Fork 119
Open
@hxrealm
Description
Pro 组件库还在维护吗? 目前在使用过程中发现了一个BUG,情况如下:
.ui-actionsheet {
width: 100%;
padding: 0 7px;
border: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: absolute;
bottom: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: 200ms ease-in-out;
transition: 200ms ease-in-out;
visibility: hidden;
backface-visibility: hidden;
}
visibility: hidden; 导致部分机型不能正常显示弹窗,去掉即可!
Metadata
Metadata
Assignees
Labels
No labels