fix:padding

This commit is contained in:
wangzenghua 2025-04-25 03:39:31 +01:00
parent 3fa4900eb9
commit f0b7af2637

View File

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