v2
xiaojunnuo 2025-07-25 12:05:42 +08:00
parent 8eda77b76d
commit 99fd5fca4d
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ const idMainContent = ELEMENT_ID_MAIN_CONTENT;
</template> </template>
</LayoutContent> </LayoutContent>
<LayoutFooter v-if="footerEnable" class="hidden md:block" :fixed="footerFixed" :height="footerHeight" :show="!isFullContent" :width="footerWidth" :z-index="zIndex + 2"> <LayoutFooter v-if="footerEnable" class="hidden md:block" :fixed="footerFixed" :height="footerHeight" :show="!isFullContent" :width="footerWidth" :z-index="zIndex">
<slot name="footer"></slot> <slot name="footer"></slot>
</LayoutFooter> </LayoutFooter>
</div> </div>