fix: 登录页去除头尾栏,暗色背景修改

This commit is contained in:
TsMask
2024-11-15 10:30:00 +08:00
parent 20c1c455c4
commit d523b60311
5 changed files with 13 additions and 113 deletions

View File

@@ -38,7 +38,7 @@ onBeforeMount(() => {
// 输出应用版本号
const appStore = useAppStore();
console.info(
`%c ${t('common.title')} %c ${appStore.appCode} - ${appStore.appVersion} `,
`%c ${t('common.desc')} %c ${appStore.appCode} - ${appStore.appVersion} `,
'color: #fadfa3; background: #030307; padding: 4px 0;',
'color: #030307; background: #fadfa3; padding: 4px 0;'
);