mirror of
https://github.com/Tencent/weui.git
synced 2026-03-13 08:02:03 +08:00
fix: 在 iphone se 下,不能看到确认按钮的问题 #816
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user