frontend/src/css/base.css
timerzz 43e2dff6a3
Some checks failed
Build image / build (push) Failing after 17s
feat 从之前的服务中将前端分离
2024-05-12 15:53:54 +08:00

6 lines
84 B
CSS

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