fix: spin size

This commit is contained in:
jialin
2026-03-19 12:28:18 +08:00
committed by jialin
parent a6af51dc32
commit f0e19c8934
8 changed files with 32 additions and 8 deletions
+4 -1
View File
@@ -245,7 +245,10 @@ const Benchmark: React.FC = () => {
className={'scroll-table'}
dataSource={dataSource.dataList}
rowSelection={rowSelection}
loading={dataSource.loading}
loading={{
spinning: dataSource.loading,
size: 'middle'
}}
sortDirections={TABLE_SORT_DIRECTIONS}
showSorterTooltip={false}
rowKey="id"