|
@ -3845,7 +3845,7 @@ exports[`renders ./components/table/demo/fixed-columns.md correctly 1`] = ` |
|
|
> |
|
|
> |
|
|
<div |
|
|
<div |
|
|
class="ant-table-body" |
|
|
class="ant-table-body" |
|
|
style="overflow-x:scroll;-webkit-transform:translate3d (0, 0, 0)" |
|
|
style="overflow-x:auto;-webkit-transform:translate3d (0, 0, 0)" |
|
|
> |
|
|
> |
|
|
<table |
|
|
<table |
|
|
class="ant-table-fixed" |
|
|
class="ant-table-fixed" |
|
@ -4429,7 +4429,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] = |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
class="ant-table-body" |
|
|
class="ant-table-body" |
|
|
style="overflow-x:scroll;-webkit-transform:translate3d (0, 0, 0);max-height:300px;overflow-y:scroll" |
|
|
style="overflow-x:auto;-webkit-transform:translate3d (0, 0, 0);max-height:300px;overflow-y:scroll" |
|
|
> |
|
|
> |
|
|
<table |
|
|
<table |
|
|
class="ant-table-fixed" |
|
|
class="ant-table-fixed" |
|
@ -7135,7 +7135,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = ` |
|
|
</div> |
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
class="ant-table-body" |
|
|
class="ant-table-body" |
|
|
style="overflow-x:scroll;-webkit-transform:translate3d (0, 0, 0);max-height:240px;overflow-y:scroll" |
|
|
style="overflow-x:auto;-webkit-transform:translate3d (0, 0, 0);max-height:240px;overflow-y:scroll" |
|
|
> |
|
|
> |
|
|
<table |
|
|
<table |
|
|
class="ant-table-fixed" |
|
|
class="ant-table-fixed" |
|
|