style: table column size

This commit is contained in:
jialin
2024-10-23 19:36:29 +08:00
parent 8576015633
commit 90350f99ad
5 changed files with 86 additions and 16 deletions
+7
View File
@@ -128,6 +128,13 @@ const GPUList: React.FC = () => {
title={intl.formatMessage({ id: 'common.table.name' })}
dataIndex="name"
key="name"
render={(text, record) => {
return (
<AutoTooltip ghost style={{ width: '100%' }}>
{text}
</AutoTooltip>
);
}}
/>
<Column
title={intl.formatMessage({ id: 'resources.table.index' })}