Skip to content

Commit

Permalink
fix: 在 iphone se 下,不能看到确认按钮的问题 #816
Browse files Browse the repository at this point in the history
  • Loading branch information
bearyan committed Feb 14, 2020
1 parent 44b7f9a commit a2c83d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style/widget/weui-tips/weui-half-screen-dialog.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a2c83d3

Please sign in to comment.