style: adjust table row bg/height, container color, auto table layout

This commit is contained in:
jialin
2026-07-20 15:55:39 +08:00
committed by jialin
parent ae06ad7aae
commit 831a760246
3 changed files with 5 additions and 18 deletions
@@ -300,6 +300,7 @@ const Workers: React.FC<WorkersProps> = ({ clusterId, source }) => {
></FilterBar>
<ConfigProvider renderEmpty={renderEmpty}>
<Table
tableLayout="auto"
columns={columns}
sortDirections={TABLE_SORT_DIRECTIONS}
showSorterTooltip={false}