mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
docs: new tag logical mergin (#42705)
This commit is contained in:
parent
7b066a9211
commit
10fa725255
@ -111,7 +111,7 @@ const useMenu = (options: UseMenuOptions = {}): [MenuProps['items'], string] =>
|
||||
{(item.frontmatter as any).subtitle}
|
||||
</span>
|
||||
{(item.frontmatter as any).tag && (
|
||||
<Tag color="warning" style={{ marginLeft: token.marginXS }}>
|
||||
<Tag color="warning" style={{ marginInlineStart: token.marginXS }}>
|
||||
{(item.frontmatter as any).tag}
|
||||
</Tag>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user