Files
FiDA_Front/src/assets/css/style.css
2026-02-02 13:32:33 +08:00

12 lines
105 B
CSS

* {
padding: 0;
margin: 0;
}
html,
body,
#app {
width: 100%;
height: 100%;
overflow: hidden;
}