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>
pull/49796/head
Wanpan 7 months ago committed by GitHub
parent fc09ac8e70
commit 5b184d4709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save