fix: catalog size

This commit is contained in:
jialin
2026-01-12 12:24:34 +08:00
parent 05ad296b43
commit fc76822bdf
13 changed files with 413 additions and 35 deletions
@@ -6,7 +6,7 @@ import StatusTag from '@/components/status-tag';
import { tableSorter } from '@/config/settings';
import { StarFilled } from '@ant-design/icons';
import { useIntl } from '@umijs/max';
import { Tooltip, Typography } from 'antd';
import { Tooltip } from 'antd';
import dayjs from 'dayjs';
import { useMemo } from 'react';
import {
@@ -42,9 +42,10 @@ const useClusterColumns = (
render: (text: string, record: ClusterListItem) => (
<>
<AutoTooltip ghost title={text}>
<Typography.Link onClick={() => onCellClick?.(record, 'name')}>
{/* <Typography.Link onClick={() => onCellClick?.(record, 'name')}>
{record.name}
</Typography.Link>
</Typography.Link> */}
{record.name}
</AutoTooltip>
{record.is_default && (
<Tooltip