Skip to content

Commit

Permalink
feat: optmize stories
Browse files Browse the repository at this point in the history
  • Loading branch information
mumiao committed Dec 18, 2020
1 parent 2493cd7 commit c2bf6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/components/3-Tabs.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ stories.add('Basic Usage', () => {
<h2>简述</h2>
<p>Tab 提供组件多tab切换;拖拽</p>
<div>
<h3>使用示例 1 - 基本使用</h3>
<h3>使用示例 1 - line模式</h3>
<div style={{ height: 300 }}>
<Tabs
data={tabs}
Expand All @@ -93,7 +93,7 @@ stories.add('Basic Usage', () => {
onSelectTab={onSelectTab}
/>
</div>
<h3>使用示例2 - 带关闭状态的tab</h3>
<h3>使用示例2 - card模式</h3>
<div style={{ height: 300 }}>
<Tabs
type="card"
Expand Down

0 comments on commit c2bf6b0

Please sign in to comment.