mallBackend/src/style/css/reset.css

10 lines
84 B
CSS
Raw Normal View History

2023-12-02 11:33:44 +08:00
* {
margin: 0;
padding: 0;
}
#app {
width: 100vw;
height: 100vh;
}