mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-24 15:38: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
|
||||
class="ant-table-fixed-columns-in-body ant-table-selection-column"
|
||||
>
|
||||
<span>
|
||||
<div
|
||||
title="Sort"
|
||||
>
|
||||
<div
|
||||
class="ant-table-selection"
|
||||
>
|
||||
@ -56,14 +58,16 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</th>
|
||||
<th
|
||||
class=""
|
||||
>
|
||||
<span>
|
||||
<div
|
||||
title="Sort"
|
||||
>
|
||||
Name
|
||||
</span>
|
||||
</div>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -237,7 +241,9 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
||||
<th
|
||||
class="ant-table-selection-column"
|
||||
>
|
||||
<span>
|
||||
<div
|
||||
title="Sort"
|
||||
>
|
||||
<div
|
||||
class="ant-table-selection"
|
||||
>
|
||||
@ -257,7 +263,7 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</span>
|
||||
</div>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user