web-map/src/style.scss

20 lines
179 B
SCSS
Raw Normal View History

2025-04-20 00:49:14 +08:00
@use './ant';
html,
body {
width: 100vw;
height: 100vh;
margin: 0;
}
#app {
width: 100%;
height: 100%;
}
.full {
width: 100%;
height: 100%;
overflow: hidden;
}