10 lines
83 B
CSS
Raw Normal View History

2025-08-03 15:32:52 +08:00
body {
height: 100vh;
width: 100vw;
}
#app {
height: 100%;
width: 100%;
}