mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-12 07:56:20 +08:00
10 lines
103 B
SCSS
10 lines
103 B
SCSS
html,
|
|
body,
|
|
#app {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|