mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix demo snapshot
This commit is contained in:
parent
dca17bcc12
commit
cdac7cd28a
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user