fix: 在 iphone se 下,不能看到确认按钮的问题 #816

This commit is contained in:
bearyan
2020-02-14 15:30:51 +08:00
parent 44b7f9aa58
commit a2c83d3c17

View File

@@ -31,6 +31,10 @@
padding: 0 24px;
padding: 0 calc(24px ~"+ constant(safe-area-inset-right)") constant(safe-area-inset-bottom) calc(24px ~"+ constant(safe-area-inset-left)");
padding: 0 calc(24px ~"+ env(safe-area-inset-right)") env(safe-area-inset-bottom) calc(24px ~"+ env(safe-area-inset-left)");
@media only screen and (max-height: 558px) {
max-height: none;
}
}
.weui-half-screen-dialog__hd {
font-size: 8px;