ebike-plus-ui/src/style/index.scss

25 lines
218 B
SCSS
Raw Normal View History

2024-03-31 18:12:33 +08:00
@import "./variable.scss";
* {
margin: 0;
padding: 0;
}
html,
body,
#app {
margin: 0;
padding: 0;
height: 100%;
}
html {
font-size: 14px;
}
#app {
width: 100vw;
height: 100vh;
overflow: hidden;
}