fix: mobile end unable to display full screen

This commit is contained in:
Rewrite0
2024-06-17 10:12:14 +08:00
parent cbc3f1f91e
commit bbbe66cfa0

View File

@@ -27,6 +27,10 @@ definePage({
<style lang="scss" scoped>
.layout-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
@@ -45,7 +49,6 @@ definePage({
@include forMobile {
overflow: hidden;
height: 100vh;
}
}