Skip to content

Commit

Permalink
fix: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
headwindz committed Oct 31, 2020
1 parent c2b9df0 commit 4c7727f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports[`Table.rowSelection fix expand on th left when selection column fixed on
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down Expand Up @@ -427,7 +427,7 @@ exports[`Table.rowSelection fix selection column on the left 1`] = `
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down Expand Up @@ -730,7 +730,7 @@ exports[`Table.rowSelection fix selection column on the left when any other colu
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down
12 changes: 6 additions & 6 deletions components/table/__tests__/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5697,7 +5697,7 @@ exports[`renders ./components/table/demo/fixed-columns.md correctly 1`] = `
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down Expand Up @@ -6157,7 +6157,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down Expand Up @@ -7227,7 +7227,7 @@ exports[`renders ./components/table/demo/fixed-header.md correctly 1`] = `
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down Expand Up @@ -8667,7 +8667,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down Expand Up @@ -15555,7 +15555,7 @@ exports[`renders ./components/table/demo/sticky.md correctly 1`] = `
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down Expand Up @@ -16790,7 +16790,7 @@ Array [
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ exports[`Table renders empty table with fixed columns 1`] = `
<tr
aria-hidden="true"
class="ant-table-measure-row"
style="height:0;font-size:0"
style="height:0"
>
<td
style="padding:0;border:0;height:0"
Expand Down

0 comments on commit 4c7727f

Please sign in to comment.