2025-02-20 17:38:00 +08:00

16 lines
167 B
SCSS

@use '@vtj/web/src/index.scss';
html,
body,
#app {
padding: 0;
margin: 0;
font-size: 14px;
height: 100%;
overflow: hidden;
}
#vtjLink {
display: none;
}