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

代码规范修复

parent 73acdeb2
......@@ -30,6 +30,7 @@ export default {
.app-main {
/* 50= navbar 50 */
min-height: calc(100vh - 50px);
background-color: #F4F4F4 !important;
width: 100%;
position: relative;
overflow: hidden;
......@@ -43,11 +44,12 @@ export default {
.app-main {
/* 84 = navbar + tags-view = 50 + 34 */
min-height: calc(100vh - 84px);
background-color: #F4F4F4;
background-color: #F4F4F4 !important;
}
.fixed-header + .app-main {
padding-top: 84px;
background-color: #F4F4F4 !important;
}
}
</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