diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 1c35e7b..9ad1828 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -57,12 +57,13 @@ onMounted(() => { url('@/assets/images/basic/containerBotBG.png') no-repeat bottom center; &-header { width: 100%; - height: 60px; - // margin-bottom: 60px; + margin-bottom: 16px; } &-main { flex: 1; - min-height: calc(100vh - 60px); + min-height: calc(100vh - 90px - 16px); + padding: 0 40px; + box-sizing: border-box; } .base-laytout-header { height: 90px;