fix: Form.Item input-content no horizontal alignment (#49635)

* fix: Form.Item input-content no horizontal alignment

* fix: update

---------

Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
Wanpan 2024-07-01 14:45:07 +08:00 committed by GitHub
parent fc09ac8e70
commit 5b184d4709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -314,6 +314,7 @@ const genFormItemStyle: GenerateStyle<FormToken> = (token) => {
'&-content': {
flex: 'auto',
maxWidth: '100%',
lineHeight: '100%',
},
},
},