feat: 新媒体账号管理

This commit is contained in:
rd
2025-06-25 18:26:03 +08:00
parent 62190c346c
commit f645c3e1c0
43 changed files with 1537 additions and 23 deletions

View File

@ -91,7 +91,7 @@ provide('toggleDrawerMenu', () => {
</a-drawer>
<a-layout class="layout-content" :style="paddingStyle">
<base-tab-bar v-if="appStore.tabBar" />
<a-layout-content class="px-5">
<a-layout-content class="px-5 py-5">
<base-breadcrumb />
<layout-page />
</a-layout-content>