diff --git a/components/card/demo/_semantic.tsx b/components/card/demo/_semantic.tsx index b32120b215..4f23af2e4e 100644 --- a/components/card/demo/_semantic.tsx +++ b/components/card/demo/_semantic.tsx @@ -18,12 +18,12 @@ const locales = { cover: '设置标题封面', }, en: { - header: 'set `header` of card ', + header: 'set `header` of card', body: 'set `body` of card', - extra: 'set `extra` of card ', - title: 'set `title` of card ', + extra: 'set `extra` of card', + title: 'set `title` of card', actions: 'set `actions` of card', - cover: 'set `cover` of card ', + cover: 'set `cover` of card', }, };