feat(web): menu ui upgrade

This commit is contained in:
zhaoying
2026-03-16 14:50:54 +08:00
parent 509d1a2e24
commit e13acdc8a9
79 changed files with 922 additions and 670 deletions

View File

@@ -137,6 +137,13 @@ export const lightTheme: ThemeConfig = {
Cascader: {
optionSelectedBg: '#F6F6F6',
optionSelectedColor: '#212332'
},
Statistic: {
contentFontSize: 14,
titleFontSize: 14
},
Progress: {
remainingColor: '#EBEBEB',
}
}
};