feat(web): update model management

This commit is contained in:
zhaoying
2026-01-27 20:07:53 +08:00
parent 74f0018962
commit 75b3ea1f05
24 changed files with 1768 additions and 360 deletions

View File

@@ -22,7 +22,7 @@ export const lightTheme: ThemeConfig = {
// colorBgContainer: '#FBFDFF',
colorError: '#FF5D34',
sizeSM: 12,
fontSizeSM: 12,
fontSizeSM: 12,
},
components: {
Layout: {
@@ -105,6 +105,9 @@ export const lightTheme: ThemeConfig = {
},
Select: {
lineHeightSM: 26
},
Upload: {
pictureCardSize: 96,
}
}
};