15 lines
219 B
SCSS
15 lines
219 B
SCSS
|
|
[v-cloak] {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
* {
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
html, body, #app {
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
body {
|
||
|
|
min-width: 1024px;
|
||
|
|
margin: 0 !important;
|
||
|
|
padding: 0 !important;
|
||
|
|
cursor: default !important;
|
||
|
|
}
|