fix(style): model file list text overflow

This commit is contained in:
jialin
2026-01-13 18:43:11 +08:00
parent 5ff26e1ce8
commit 741cf07f2e
11 changed files with 30 additions and 43 deletions
@@ -279,7 +279,7 @@ const useWorkerColumns = ({
width: 100,
sorter: tableSorter(1),
render: (text: string) => (
<AutoTooltip ghost maxWidth={240}>
<AutoTooltip ghost maxWidth={200}>
{text}
</AutoTooltip>
)