perf: style in mobile mode (#1065)

This commit is contained in:
花裤衩
2018-09-07 17:03:40 +08:00
committed by GitHub
parent 62fb5d1e14
commit 9c5352ecd6
8 changed files with 39 additions and 29 deletions

View File

@@ -26,6 +26,7 @@ export default {
.app-main {
/*84 = navbar + tags-view = 50 +34 */
min-height: calc(100vh - 84px);
width: 100%;
position: relative;
overflow: hidden;
}