fix: 修复问题

This commit is contained in:
2026-01-18 02:15:08 +08:00
parent aa81a1aebc
commit 961e4bcc77
15 changed files with 1652 additions and 1103 deletions

View File

@@ -72,7 +72,9 @@ onMounted(async () => {})
<template>
<a-config-provider :theme="themeToken">
<SvgSprite />
<RouterView />
<keep-alive>
<RouterView />
</keep-alive>
</a-config-provider>
</template>
@@ -112,5 +114,6 @@ onMounted(async () => {})
}
.ant-modal .ant-modal-footer {
display: flex;
justify-content: end;
}
</style>