fix: 修复问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user