Browse Source

Merge remote-tracking branch 'origin/master' into next-merge-master

pull/36533/head
zombiej 2 years ago
parent
commit
22857b4d93
  1. 10
      components/table/__tests__/__snapshots__/Table.rowSelection.test.js.snap

10
components/table/__tests__/__snapshots__/Table.rowSelection.test.js.snap

@ -724,7 +724,7 @@ exports[`Table.rowSelection fix selection column on the left when any other colu
</div>
</th>
<th
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last"
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last ant-table-cell-fix-left-all"
style="position: sticky; left: 0px;"
>
Name
@ -784,7 +784,7 @@ exports[`Table.rowSelection fix selection column on the left when any other colu
</label>
</td>
<td
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last"
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last ant-table-cell-fix-left-all"
style="position: sticky; left: 0px;"
>
Jack
@ -816,7 +816,7 @@ exports[`Table.rowSelection fix selection column on the left when any other colu
</label>
</td>
<td
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last"
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last ant-table-cell-fix-left-all"
style="position: sticky; left: 0px;"
>
Lucy
@ -848,7 +848,7 @@ exports[`Table.rowSelection fix selection column on the left when any other colu
</label>
</td>
<td
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last"
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last ant-table-cell-fix-left-all"
style="position: sticky; left: 0px;"
>
Tom
@ -880,7 +880,7 @@ exports[`Table.rowSelection fix selection column on the left when any other colu
</label>
</td>
<td
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last"
class="ant-table-cell ant-table-cell-fix-left ant-table-cell-fix-left-last ant-table-cell-fix-left-all"
style="position: sticky; left: 0px;"
>
Jerry

Loading…
Cancel
Save