mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
test: update snapshot
This commit is contained in:
parent
d3b98d311a
commit
e5edb4ac0f
@ -23,9 +23,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
|||||||
class=""
|
class=""
|
||||||
>
|
>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col>
|
<col />
|
||||||
|
|
||||||
</col>
|
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead
|
<thead
|
||||||
class="ant-table-thead"
|
class="ant-table-thead"
|
||||||
@ -52,9 +50,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
|||||||
<span
|
<span
|
||||||
class="ant-table-row-indent indent-level-0"
|
class="ant-table-row-indent indent-level-0"
|
||||||
style="padding-left:0px"
|
style="padding-left:0px"
|
||||||
>
|
/>
|
||||||
|
|
||||||
</span>
|
|
||||||
Jack
|
Jack
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -67,9 +63,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
|||||||
<span
|
<span
|
||||||
class="ant-table-row-indent indent-level-0"
|
class="ant-table-row-indent indent-level-0"
|
||||||
style="padding-left:0px"
|
style="padding-left:0px"
|
||||||
>
|
/>
|
||||||
|
|
||||||
</span>
|
|
||||||
Lucy
|
Lucy
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -90,9 +84,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
class="ant-pagination-item-link"
|
class="ant-pagination-item-link"
|
||||||
>
|
/>
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li
|
<li
|
||||||
class="ant-pagination-item ant-pagination-item-1 ant-pagination-item-active"
|
class="ant-pagination-item ant-pagination-item-1 ant-pagination-item-active"
|
||||||
@ -120,9 +112,7 @@ exports[`Table.pagination renders pagination correctly 1`] = `
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
class="ant-pagination-item-link"
|
class="ant-pagination-item-link"
|
||||||
>
|
/>
|
||||||
|
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user