@@ -9,7 +9,7 @@
</n-dropdown>
</div>
</n-layout-header>
- <n-layout position="absolute" style="top: 64px; bottom: 64px" has-sider>
+ <n-layout position="absolute" style="top: 64px; bottom: 0" has-sider>
<n-layout-sider
collapse-mode="transform"
:collapsed-width="0"
@@ -26,13 +26,6 @@
<RouterView />
</n-layout-content>
</n-layout>
- <n-layout-footer
- position="absolute"
- style="height: 64px; padding: 24px"
- bordered
- >
- footer
- </n-layout-footer>
</template>