chore(deps): upgrade antd to v6
This commit is contained in:
Vendored
+1
@@ -73,6 +73,7 @@ declare namespace Global {
|
||||
label: string;
|
||||
key: string;
|
||||
icon: React.ReactNode;
|
||||
locale?: boolean;
|
||||
props?: {
|
||||
danger?: boolean;
|
||||
};
|
||||
|
||||
@@ -9,6 +9,12 @@ export default {
|
||||
inputFontSize: 14,
|
||||
inputFontSizeLG: 14
|
||||
},
|
||||
InputNumber: {
|
||||
handleWidth: 32
|
||||
},
|
||||
Tag: {
|
||||
defaultBg: '#1d1d1d'
|
||||
},
|
||||
Steps: {
|
||||
descriptionMaxWidth: 200,
|
||||
iconSizeSM: 20
|
||||
|
||||
@@ -9,6 +9,12 @@ export default {
|
||||
inputFontSize: 14,
|
||||
inputFontSizeLG: 14
|
||||
},
|
||||
InputNumber: {
|
||||
handleWidth: 32
|
||||
},
|
||||
Tag: {
|
||||
defaultBg: '#fafafa'
|
||||
},
|
||||
Steps: {
|
||||
descriptionMaxWidth: 200,
|
||||
iconSizeSM: 20
|
||||
|
||||
Reference in New Issue
Block a user