src/layout/components/AppMain.vue
@@ -50,10 +50,10 @@ width: 100%; position: relative; overflow: hidden; background: rgb(245, 247, 251); // background: rgb(245, 247, 251); } .fixed-header + .app-main { .fixed-header+.app-main { padding-top: 50px; } @@ -63,7 +63,7 @@ min-height: calc(100vh - 94px); } .fixed-header + .app-main { .fixed-header+.app-main { padding-top: 84px; } }