chore(deps): upgrade antd to v6

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent b2f5eb8850
commit 17de9d98f4
69 changed files with 2490 additions and 2657 deletions
+1
View File
@@ -73,6 +73,7 @@ declare namespace Global {
label: string;
key: string;
icon: React.ReactNode;
locale?: boolean;
props?: {
danger?: boolean;
};
+6
View File
@@ -9,6 +9,12 @@ export default {
inputFontSize: 14,
inputFontSizeLG: 14
},
InputNumber: {
handleWidth: 32
},
Tag: {
defaultBg: '#1d1d1d'
},
Steps: {
descriptionMaxWidth: 200,
iconSizeSM: 20
+6
View File
@@ -9,6 +9,12 @@ export default {
inputFontSize: 14,
inputFontSizeLG: 14
},
InputNumber: {
handleWidth: 32
},
Tag: {
defaultBg: '#fafafa'
},
Steps: {
descriptionMaxWidth: 200,
iconSizeSM: 20