mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
docs: remove unnecessary code (#25738)
Co-authored-by: zhanghaoqiang <zhanghaoqiang@focusmedia.cn>
This commit is contained in:
parent
7d7cbf803b
commit
6e8a14d62a
@ -74,7 +74,7 @@ function VirtualTable(props) {
|
||||
}}
|
||||
height={scroll.y}
|
||||
rowCount={rawData.length}
|
||||
rowHeight={() => 54}
|
||||
rowHeight={54}
|
||||
width={tableWidth}
|
||||
onScroll={({ scrollLeft }) => {
|
||||
onScroll({ scrollLeft });
|
||||
|
Loading…
Reference in New Issue
Block a user