diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index d31ece1..66517a3 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -66,8 +66,8 @@ function addIframe() { } .fixed-header + .app-main { - margin-top: var(--app-header-height) + 34px; - height: calc(100vh - var(--app-header-height) - 34px); + // margin-top: var(--app-header-height) + 34px; + height: calc(100vh - var(--app-header-height)); min-height: 0px; } } diff --git a/src/layout/index.vue b/src/layout/index.vue index a78d23f..f739b7d 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -5,7 +5,7 @@