From f0b7af263729b36a6be704f3607223db8ab9f876 Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Fri, 25 Apr 2025 03:39:31 +0100 Subject: [PATCH] fix:padding --- src/layouts/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;