fix demo snapshot

This commit is contained in:
afc163 2017-09-05 16:35:05 +08:00
parent dca17bcc12
commit cdac7cd28a
2 changed files with 7 additions and 3 deletions

View File

@ -1692,7 +1692,9 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
tabindex="0"
title="上一页"
>
<a />
<a
class="ant-pagination-item-link"
/>
</li>
<li
class="ant-pagination-item ant-pagination-item-1 ant-pagination-item-active"
@ -1709,7 +1711,9 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
tabindex="0"
title="下一页"
>
<a />
<a
class="ant-pagination-item-link"
/>
</li>
</ul>
</div>

View File

@ -218,7 +218,7 @@ exports[`Table renders empty table with custom emptyText 1`] = `
<div
class="ant-table-placeholder"
>
custom empty text
custom empty text
</div>
</div>
</div>