feat: 首页调整

This commit is contained in:
2026-05-14 15:33:53 +08:00
parent 405be2ca99
commit 9b813f0ed0
3 changed files with 8 additions and 7 deletions

View File

@@ -1317,10 +1317,5 @@ const resetConfig = () => {
</script>
<style lang="scss" scoped>
.main-scroll-area {
flex-basis: 0;
height: 0;
min-height: 0;
overscroll-behavior-y: contain;
}
@import "./styles/index.scss";
</style>

View File

@@ -0,0 +1,6 @@
.main-scroll-area {
flex-basis: 0;
height: 0;
min-height: 0;
overscroll-behavior-y: contain;
}

View File

@@ -320,5 +320,5 @@
}
.pb-safe-area {
padding-bottom: Max(env(safe-area-inset-bottom), 4px);
padding-bottom: 20px;
}