Former-commit-id: 10c06ef856fd1e1b65ed763899f76a4f9a170c12 Former-commit-id: e5c0e4ccf2a01c8b5a400cd6001f5ce883db1c7e Former-commit-id: a618014bf4081050709432146eebbca364e3d105
19 lines
202 B
SCSS
19 lines
202 B
SCSS
// 优化显示
|
|
|
|
html, body {
|
|
margin: 0px;
|
|
height: 100%;
|
|
background-color: $color-bg;
|
|
#app {
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
pre {
|
|
margin: 0px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
} |