feat(完成部门管理基础功能): 修改全局组件大小 large -> default

This commit is contained in:
H0nGzA1
2023-02-06 15:45:33 +08:00
parent 51231306e8
commit 42491947c4
6 changed files with 285 additions and 510 deletions

View File

@@ -135,7 +135,7 @@ export const useThemeConfig = defineStore('themeConfig', {
// 默认初始语言,可选值"<zh-cn|en|zh-tw>",默认 zh-cn
globalI18n: 'zh-cn',
// 默认全局组件大小,可选值"<large|'default'|small>",默认 'large'
globalComponentSize: 'large',
globalComponentSize: 'default',
},
}),
actions: {