diff --git a/frontend/src/pages/Deploy/Application/List/index.tsx b/frontend/src/pages/Deploy/Application/List/index.tsx index b0c8cc8f..1f8cc30c 100644 --- a/frontend/src/pages/Deploy/Application/List/index.tsx +++ b/frontend/src/pages/Deploy/Application/List/index.tsx @@ -134,16 +134,18 @@ const ApplicationList: React.FC = () => { { key: 'category', title: '应用分类', - width: '120px', + width: '100px', + className: 'whitespace-nowrap', render: (_, record) => record.applicationCategory?.name || '-', }, - { key: 'appCode', title: '应用编码', dataIndex: 'appCode', width: '200px' }, - { key: 'appName', title: '应用名称', dataIndex: 'appName', width: '130px' }, - { key: 'appDesc', title: '应用描述', dataIndex: 'appDesc', width: '180px' }, + { key: 'appCode', title: '应用编码', dataIndex: 'appCode', width: '220px', className: 'whitespace-nowrap' }, + { key: 'appName', title: '应用名称', dataIndex: 'appName', width: '180px', className: 'whitespace-nowrap' }, + { key: 'appDesc', title: '应用描述', dataIndex: 'appDesc', width: '200px', className: 'whitespace-nowrap' }, { key: 'teamCount', title: '团队使用数量', - width: '120px', + width: '100px', + className: 'whitespace-nowrap', render: (_, record) => (