|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Table.pagination renders pagination correctly 1`] = `
|
|
|
|
<div
|
|
|
|
class="ant-table-wrapper"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-spin-nested-loading"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-spin-container"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-table ant-table-large ant-table-scroll-position-left"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-table-content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="ant-table-body"
|
|
|
|
>
|
|
|
|
<table
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<colgroup>
|
|
|
|
<col />
|
|
|
|
</colgroup>
|
|
|
|
<thead
|
|
|
|
class="ant-table-thead"
|
|
|
|
>
|
|
|
|
<tr>
|
|
|
|
<th
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<span>
|
|
|
|
Name
|
|
|
|
</span>
|
|
|
|
</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody
|
|
|
|
class="ant-table-tbody"
|
|
|
|
>
|
|
|
|
<tr
|
|
|
|
class="ant-table-row ant-table-row-level-0"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-table-row-indent indent-level-0"
|
|
|
|
style="padding-left:0px;"
|
|
|
|
/>
|
|
|
|
Jack
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr
|
|
|
|
class="ant-table-row ant-table-row-level-0"
|
|
|
|
>
|
|
|
|
<td
|
|
|
|
class=""
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="ant-table-row-indent indent-level-0"
|
|
|
|
style="padding-left:0px;"
|
|
|
|
/>
|
|
|
|
Lucy
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ul
|
|
|
|
class="ant-pagination my-page ant-table-pagination"
|
|
|
|
unselectable="unselectable"
|
|
|
|
>
|
|
|
|
<li
|
|
|
|
aria-disabled="true"
|
|
|
|
class="ant-pagination-disabled ant-pagination-prev"
|
|
|
|
tabindex="0"
|
|
|
|
title="上一页"
|
|
|
|
>
|
|
|
|
<a />
|
|
|
|
</li>
|
|
|
|
<li
|
|
|
|
class="ant-pagination-item ant-pagination-item-1 ant-pagination-item-active"
|
|
|
|
tabindex="0"
|
|
|
|
title="1"
|
|
|
|
>
|
|
|
|
<a>
|
|
|
|
1
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li
|
|
|
|
class="ant-pagination-item ant-pagination-item-2"
|
|
|
|
tabindex="0"
|
|
|
|
title="2"
|
|
|
|
>
|
|
|
|
<a>
|
|
|
|
2
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li
|
|
|
|
aria-disabled="false"
|
|
|
|
class=" ant-pagination-next"
|
|
|
|
tabindex="0"
|
|
|
|
title="下一页"
|
|
|
|
>
|
|
|
|
<a />
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|