chore: update iconfont static files

This commit is contained in:
jialin
2025-04-11 12:16:35 +08:00
parent 5b20a7edb8
commit b27ebaaccf
12 changed files with 392 additions and 127 deletions
+2 -1
View File
@@ -95,9 +95,10 @@ const GPUList: React.FC = () => {
title={intl.formatMessage({ id: 'common.table.name' })}
dataIndex="name"
key="name"
width={240}
render={(text, record) => {
return (
<AutoTooltip ghost style={{ width: '100%' }}>
<AutoTooltip ghost maxWidth={240}>
{text}
</AutoTooltip>
);