fix: model download progress text overflow

This commit is contained in:
jialin
2025-11-26 10:28:40 +08:00
parent ede42e99de
commit 97601280d1
6 changed files with 9 additions and 8 deletions
@@ -94,6 +94,9 @@ const draftModelDownloadList: ColumnProps[] = [
title: 'models.form.draftModel',
locale: true,
key: 'draft_model',
style: {
wordBreak: 'break-word'
},
width: 280
},
...statusColumn