no message

Former-commit-id: 698711eb10677ac551d293a881b65e92c079120a
Former-commit-id: 5aac177b416c582cca07f06061af0fffc6738c99
Former-commit-id: 257ce921c7506717db92df174ac56f74c6c0204b
This commit is contained in:
李杨
2018-01-16 21:26:36 +08:00
parent 408f39d84e
commit de6e26ca53
4 changed files with 33 additions and 26 deletions

View File

@@ -1,7 +1,12 @@
// 优化显示
body {
html, body {
margin: 0px;
height: 100%;
background-color: $color-bg;
#app {
height: 100%;
}
}
pre {