2018-01-14 22:51:12 +08:00
|
|
|
// 优化显示
|
|
|
|
|
|
2018-01-16 21:26:36 +08:00
|
|
|
html, body {
|
2018-01-14 22:51:12 +08:00
|
|
|
margin: 0px;
|
2018-01-16 21:26:36 +08:00
|
|
|
height: 100%;
|
|
|
|
|
background-color: $color-bg;
|
|
|
|
|
#app {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2018-01-14 22:51:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pre {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
border-radius: $border-radius;
|
2018-01-15 10:17:58 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none;
|
2018-01-14 22:51:12 +08:00
|
|
|
}
|