chore: update

This commit is contained in:
wuxh 2022-12-22 15:14:08 +08:00
parent 5eac19e7f2
commit bbe449cb3f
No known key found for this signature in database
GPG Key ID: 464F03149513C20C
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Ant Design has 3 types of Tabs for different situations.
<code src="./demo/position.tsx">Position</code>
<code src="./demo/card.tsx">Card type tab</code>
<code src="./demo/editable-card.tsx">Add & close tab</code>
<code src="./demo/card-top.tsx" compact>Container of card type Tab</code>
<code src="./demo/card-top.tsx">Container of card type Tab</code>
<code src="./demo/custom-add-trigger.tsx">Customized trigger of new tab</code>
<code src="./demo/custom-tab-bar.tsx">Customized bar of tab</code>
<code src="./demo/custom-tab-bar-node.tsx">Draggable Tabs</code>

View File

@ -31,7 +31,7 @@ Ant Design 依次提供了三级选项卡,分别用于不同的场景。
<code src="./demo/position.tsx">位置</code>
<code src="./demo/card.tsx">卡片式页签</code>
<code src="./demo/editable-card.tsx">新增和关闭页签</code>
<code src="./demo/card-top.tsx" compact>卡片式页签容器</code>
<code src="./demo/card-top.tsx">卡片式页签容器</code>
<code src="./demo/custom-add-trigger.tsx">自定义新增页签触发器</code>
<code src="./demo/custom-tab-bar.tsx">自定义页签头</code>
<code src="./demo/custom-tab-bar-node.tsx">可拖拽标签</code>