fix: rm useless form inline style (#44360)

This commit is contained in:
二货爱吃白萝卜 2023-08-22 23:53:18 +08:00 committed by GitHub
parent 24d055ed57
commit f5fcb7010d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,10 +362,6 @@ const genInlineStyle: GenerateStyle<FormToken> = (token) => {
flexWrap: 'nowrap',
},
'&-with-help': {
marginBottom: token.marginLG,
},
[`> ${formItemCls}-label,
> ${formItemCls}-control`]: {
display: 'inline-block',