Files
FiDA_Front/src/assets/css/style.css

12 lines
105 B
CSS
Raw Normal View History

2026-02-02 13:32:33 +08:00
* {
padding: 0;
margin: 0;
}
html,
body,
#app {
width: 100%;
height: 100%;
overflow: hidden;
}