提交 78c12a03 编写于 作者: A afc163

fix snapshot

上级 e977f243
......@@ -188,7 +188,7 @@ exports[`renders ./components/tabs/demo/card-top.md correctly 1`] = `
class="ant-tabs-tab-active ant-tabs-tab"
role="tab"
>
Tab 1
Tab Title 1
</div>
<div
aria-disabled="false"
......@@ -196,7 +196,7 @@ exports[`renders ./components/tabs/demo/card-top.md correctly 1`] = `
class=" ant-tabs-tab"
role="tab"
>
Tab 2
Tab Title 2
</div>
<div
aria-disabled="false"
......@@ -204,7 +204,7 @@ exports[`renders ./components/tabs/demo/card-top.md correctly 1`] = `
class=" ant-tabs-tab"
role="tab"
>
Tab 3
Tab Title 3
</div>
</div>
</div>
......@@ -219,7 +219,15 @@ exports[`renders ./components/tabs/demo/card-top.md correctly 1`] = `
class="ant-tabs-tabpane ant-tabs-tabpane-active"
role="tabpanel"
>
Content of Tab Pane 1
<p>
Content of Tab Pane 1
</p>
<p>
Content of Tab Pane 1
</p>
<p>
Content of Tab Pane 1
</p>
</div>
<div
aria-hidden="true"
......@@ -992,6 +1000,22 @@ exports[`renders ./components/tabs/demo/slide.md correctly 1`] = `
>
Tab 9
</div>
<div
aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab"
role="tab"
>
Tab 10
</div>
<div
aria-disabled="false"
aria-selected="false"
class=" ant-tabs-tab"
role="tab"
>
Tab 11
</div>
</div>
</div>
</div>
......@@ -1048,6 +1072,16 @@ exports[`renders ./components/tabs/demo/slide.md correctly 1`] = `
class="ant-tabs-tabpane ant-tabs-tabpane-inactive"
role="tabpanel"
/>
<div
aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive"
role="tabpanel"
/>
<div
aria-hidden="true"
class="ant-tabs-tabpane ant-tabs-tabpane-inactive"
role="tabpanel"
/>
</div>
</div>
</div>
......
......@@ -50,6 +50,8 @@ class SlidingTabsDemo extends React.Component {
<TabPane tab="Tab 7" key="7">Content of tab 7</TabPane>
<TabPane tab="Tab 8" key="8">Content of tab 8</TabPane>
<TabPane tab="Tab 9" key="9">Content of tab 9</TabPane>
<TabPane tab="Tab 10" key="10">Content of tab 10</TabPane>
<TabPane tab="Tab 11" key="11">Content of tab 11</TabPane>
</Tabs>
</div>
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册