这里为啥要强制写死height:100%,和overflow:hidden?新增的页面会受这里影响,去掉之后 页面不会自动撑满 `.size { width: 100%; height: 100%; } html, body { padding: 0 !important; margin: 0; overflow: hidden; .size; #app { .size; } }` 页面不会自动撑满 <img width="2526" height="1076" alt="Image" src="https://github.com/user-attachments/assets/33036921-84ee-481b-849f-aa30eb4b4406" />