fix: form.item vertical height

This commit is contained in:
彬腾 2024-11-22 18:33:39 +08:00
parent 938988109f
commit ccc3480856

View File

@ -590,6 +590,7 @@ const genItemVerticalStyle: GenerateStyle<FormToken> = (token) => {
[`${formItemCls}-control`]: {
width: '100%',
flex: 'none',
},
},