feat: 页面切换动画

This commit is contained in:
ZhuRui
2026-07-28 15:24:42 +08:00
parent a7399c997d
commit 49dbde11e0
3 changed files with 52 additions and 11 deletions
+9
View File
@@ -103,6 +103,15 @@
overflow: hidden;
}
.pageView {
position: relative;
flex: 1;
min-height: 0;
overflow: hidden;
display: flex;
flex-direction: column;
}
.main {
flex: 1;
min-height: 0;