refine css

This commit is contained in:
Pan 2018-10-08 15:50:44 +08:00
parent eb6b222ad2
commit 7c11d5949a
2 changed files with 2 additions and 2 deletions

View File

@ -47,6 +47,6 @@ export default {
<style>
.cf-wrapper{
margin: 12px 0 0!important;
margin: 0!important;
}
</style>

View File

@ -25,7 +25,7 @@ export default {
<style scoped>
.app-main {
/*84 = navbar + tags-view = 50 +34 */
min-height: calc(100vh - 140px);
min-height: calc(100vh - 128px);
width: 100%;
position: relative;
overflow: hidden;