Commit b615c740 authored by 小费同学阿's avatar 小费同学阿 💬

代码规范修复

parent 73acdeb2
...@@ -30,6 +30,7 @@ export default { ...@@ -30,6 +30,7 @@ export default {
.app-main { .app-main {
/* 50= navbar 50 */ /* 50= navbar 50 */
min-height: calc(100vh - 50px); min-height: calc(100vh - 50px);
background-color: #F4F4F4 !important;
width: 100%; width: 100%;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
...@@ -43,11 +44,12 @@ export default { ...@@ -43,11 +44,12 @@ export default {
.app-main { .app-main {
/* 84 = navbar + tags-view = 50 + 34 */ /* 84 = navbar + tags-view = 50 + 34 */
min-height: calc(100vh - 84px); min-height: calc(100vh - 84px);
background-color: #F4F4F4; background-color: #F4F4F4 !important;
} }
.fixed-header + .app-main { .fixed-header + .app-main {
padding-top: 84px; padding-top: 84px;
background-color: #F4F4F4 !important;
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment