feat(完成部门管理基础功能): ✨ 修改全局组件大小 large -> default
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user