fix(style): add worker

This commit is contained in:
jialin
2025-03-28 19:15:57 +08:00
parent 59d01a6bd9
commit 2079fc1801
10 changed files with 51 additions and 26 deletions
@@ -417,7 +417,9 @@ const ModelFiles = () => {
render: (text: string, record: ListItem) => (
<span className="flex flex-column" style={{ width: '100%' }}>
{record.source === modelSourceMap.local_path_value ? (
intl.formatMessage({ id: 'models.form.localPath' })
<AutoTooltip ghost>
{intl.formatMessage({ id: 'models.form.localPath' })}
</AutoTooltip>
) : (
<AutoTooltip ghost>{generateSource(record)}</AutoTooltip>
)}