From 567165b698561fbfa4ec731bc254835309c1c5fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B0=8F=E7=A5=A5?= Date: Fri, 23 Dec 2022 10:26:59 +0800 Subject: [PATCH] update components/space/style/index.tsx, change flex-baseline to baseline --- components/space/style/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/space/style/index.tsx b/components/space/style/index.tsx index b07fb50c8f26..4009f4d5032b 100644 --- a/components/space/style/index.tsx +++ b/components/space/style/index.tsx @@ -35,7 +35,7 @@ const genSpaceStyle: GenerateStyle = (token) => { alignItems: 'flex-end', }, '&-baseline': { - alignItems: 'flex-baseline', + alignItems: 'baseline', }, }, [`${componentCls}-space-item`]: {