scroll y 300

This commit is contained in:
chenos 2021-01-25 10:36:37 +08:00
parent 3f7e8e9c2f
commit 22ce4c60e7

View File

@ -52,6 +52,7 @@ function DraggableTableComponent(props) {
return (
<>
<Table
scroll={{y: 300}}
size={'small'}
dataSource={dataSource}
rowKey={rowKey}