1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00
This commit is contained in:
Pan 2019-04-16 16:19:04 +08:00
parent 8835c5b48f
commit 061ab5ee6d

View File

@ -25,7 +25,7 @@ export default {
<style lang="scss" scoped>
.app-main {
/* 50= navbar 50 */
min-height: calc(100vh - 50px);
min-height: calc(100vh - 50px - 43px);
width: 100%;
position: relative;
overflow: hidden;
@ -38,7 +38,7 @@ export default {
.hasTagsView {
.app-main {
/* 84 = navbar + tags-view = 50 + 34 */
min-height: calc(100vh - 84px);
min-height: calc(100vh - 84px - 43px);
}
.fixed-header+.app-main {