From 5b184d4709c89d1f252b67d852a1efb6bc23fc51 Mon Sep 17 00:00:00 2001 From: Wanpan Date: Mon, 1 Jul 2024 14:45:07 +0800 Subject: [PATCH] fix: Form.Item input-content no horizontal alignment (#49635) * fix: Form.Item input-content no horizontal alignment * fix: update --------- Co-authored-by: afc163 --- components/form/style/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/form/style/index.ts b/components/form/style/index.ts index 6680fee2bd..ab41b07a1b 100644 --- a/components/form/style/index.ts +++ b/components/form/style/index.ts @@ -314,6 +314,7 @@ const genFormItemStyle: GenerateStyle = (token) => { '&-content': { flex: 'auto', maxWidth: '100%', + lineHeight: '100%', }, }, },