Skip to content

Commit c2bf6b0

Browse files
committed
feat: optmize stories
1 parent 2493cd7 commit c2bf6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/components/3-Tabs.stories.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ stories.add('Basic Usage', () => {
8484
<h2>简述</h2>
8585
<p>Tab 提供组件多tab切换;拖拽</p>
8686
<div>
87-
<h3>使用示例 1 - 基本使用</h3>
87+
<h3>使用示例 1 - line模式</h3>
8888
<div style={{ height: 300 }}>
8989
<Tabs
9090
data={tabs}
@@ -93,7 +93,7 @@ stories.add('Basic Usage', () => {
9393
onSelectTab={onSelectTab}
9494
/>
9595
</div>
96-
<h3>使用示例2 - 带关闭状态的tab</h3>
96+
<h3>使用示例2 - card模式</h3>
9797
<div style={{ height: 300 }}>
9898
<Tabs
9999
type="card"

0 commit comments

Comments
 (0)