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