Update snapshot

This commit is contained in:
Wei Zhu 2018-09-21 17:32:35 +08:00
parent 0b9d00a0ad
commit d5a77eff0b

View File

@ -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>