This commit is contained in:
Leo
2026-01-17 19:27:49 +08:00
parent fc237c9bfd
commit ada7aaf1f5
3 changed files with 30 additions and 2 deletions

View File

@@ -53,10 +53,13 @@ export default {
overflow: hidden;
@media (max-width: 768px) {
min-height: calc(100vh - 48px);
min-height: calc(100vh - 48px - 60px); // 减去头部和底部导航
overflow-x: hidden;
overflow-y: auto;
overflow-y: visible;
-webkit-overflow-scrolling: touch;
height: auto;
max-height: none;
position: static;
}
}