mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 15:39:45 +08:00
Update snapshot
This commit is contained in:
parent
0b9d00a0ad
commit
d5a77eff0b
@ -36,7 +36,9 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
|||||||
<th
|
<th
|
||||||
class="ant-table-fixed-columns-in-body ant-table-selection-column"
|
class="ant-table-fixed-columns-in-body ant-table-selection-column"
|
||||||
>
|
>
|
||||||
<span>
|
<div
|
||||||
|
title="Sort"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-table-selection"
|
class="ant-table-selection"
|
||||||
>
|
>
|
||||||
@ -56,14 +58,16 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<th
|
<th
|
||||||
class=""
|
class=""
|
||||||
>
|
>
|
||||||
<span>
|
<div
|
||||||
|
title="Sort"
|
||||||
|
>
|
||||||
Name
|
Name
|
||||||
</span>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -237,7 +241,9 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
|||||||
<th
|
<th
|
||||||
class="ant-table-selection-column"
|
class="ant-table-selection-column"
|
||||||
>
|
>
|
||||||
<span>
|
<div
|
||||||
|
title="Sort"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
class="ant-table-selection"
|
class="ant-table-selection"
|
||||||
>
|
>
|
||||||
@ -257,7 +263,7 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</div>
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user