diff --git a/components/table/demo/virtual-list.tsx b/components/table/demo/virtual-list.tsx index 6fd1190a9a..9cda57dac7 100644 --- a/components/table/demo/virtual-list.tsx +++ b/components/table/demo/virtual-list.tsx @@ -89,7 +89,6 @@ const columns: TableProps['columns'] = [ { title: 'LastName', dataIndex: 'lastName', - width: 120, }, ];