diff --git a/src/pages/cluster-management/components/pool-rows.tsx b/src/pages/cluster-management/components/pool-rows.tsx index 2ebbff3b..a70188ad 100644 --- a/src/pages/cluster-management/components/pool-rows.tsx +++ b/src/pages/cluster-management/components/pool-rows.tsx @@ -163,7 +163,11 @@ const PoolRows: React.FC = ({ key={col.dataIndex || col.key} span={spanFor(col.dataIndex)} style={{ - color: 'var(--ant-color-text-secondary)' + color: 'var(--ant-color-text-secondary)', + // CellContent shrinks to its content inside the flex + // cell, so its own align class can't center it — + // center at the cell level instead. + justifyContent: col.align }} >