Merge pull request #349 from vastsa/main

fix(projects):fix invalid footer-height for theme configuration
This commit is contained in:
Soybean 2024-03-13 14:56:44 +08:00 committed by GitHub
commit 03c2f3aaf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,7 @@ setupMixMenuContext();
:sider-width="siderWidth" :sider-width="siderWidth"
:sider-collapsed-width="siderCollapsedWidth" :sider-collapsed-width="siderCollapsedWidth"
:footer-visible="themeStore.footer.visible" :footer-visible="themeStore.footer.visible"
:footer-height="themeStore.footer.height"
:fixed-footer="themeStore.footer.fixed" :fixed-footer="themeStore.footer.fixed"
:right-footer="themeStore.footer.right" :right-footer="themeStore.footer.right"
> >