苹果破手机兼容

This commit is contained in:
aixianling
2022-03-17 18:02:50 +08:00
parent eb9b367d57
commit 4d27ebdad0

View File

@@ -18,8 +18,9 @@
} }
page { page {
width: 100%; width: 100vw;
height: 100%; min-height: 100vh;
overflow-x: hidden;
background-color: #f3f6f9; background-color: #f3f6f9;
overflow-y: auto; overflow-y: auto;
} }