no message

Former-commit-id: 46c3817a849bf7626917f812e7fe0ea9a4748c87
Former-commit-id: 2b12db3123c0a144d024beadd37930c62fd70766
Former-commit-id: d1671eedd9f71bbbda8c0b943469f1c8e8f65662
This commit is contained in:
李杨
2018-03-01 20:19:25 +08:00
parent b17b70d67d
commit b8c9f14dad

View File

@@ -6,7 +6,11 @@ html, body {
background-color: $color-bg; background-color: $color-bg;
font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif; font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
#app { #app {
height: 100%; position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
} }
} }