mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
Update snapshot
This commit is contained in:
parent
1ed9fed2cf
commit
aa87fcb01e
@ -3845,7 +3845,7 @@ exports[`renders ./components/table/demo/fixed-columns.md correctly 1`] = `
|
||||
>
|
||||
<div
|
||||
class="ant-table-body"
|
||||
style="overflow-x:auto;-webkit-transform:translate3d (0, 0, 0)"
|
||||
style="overflow-x:scroll;-webkit-transform:translate3d (0, 0, 0)"
|
||||
>
|
||||
<table
|
||||
class="ant-table-fixed"
|
||||
@ -4429,7 +4429,7 @@ exports[`renders ./components/table/demo/fixed-columns-header.md correctly 1`] =
|
||||
</div>
|
||||
<div
|
||||
class="ant-table-body"
|
||||
style="overflow-x:auto;-webkit-transform:translate3d (0, 0, 0);max-height:300px;overflow-y:scroll"
|
||||
style="overflow-x:scroll;-webkit-transform:translate3d (0, 0, 0);max-height:300px;overflow-y:scroll"
|
||||
>
|
||||
<table
|
||||
class="ant-table-fixed"
|
||||
@ -7135,7 +7135,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
|
||||
</div>
|
||||
<div
|
||||
class="ant-table-body"
|
||||
style="overflow-x:auto;-webkit-transform:translate3d (0, 0, 0);max-height:240px;overflow-y:scroll"
|
||||
style="overflow-x:scroll;-webkit-transform:translate3d (0, 0, 0);max-height:240px;overflow-y:scroll"
|
||||
>
|
||||
<table
|
||||
class="ant-table-fixed"
|
||||
|
Loading…
Reference in New Issue
Block a user