diff --git a/apps/frontend/src/pages/tasks.[id]/index.tsx b/apps/frontend/src/pages/tasks.[id]/index.tsx index 508d3269..9f850021 100644 --- a/apps/frontend/src/pages/tasks.[id]/index.tsx +++ b/apps/frontend/src/pages/tasks.[id]/index.tsx @@ -246,7 +246,7 @@ const Samples = () => { title: '', dataIndex: 'option', key: 'option', - width: 100, + width: 140, align: 'center', fixed: 'right', render: (x, record) => { @@ -256,7 +256,7 @@ const Samples = () => { if (record.file?.filename?.endsWith('.jsonl')) { return ( -
+ @@ -265,12 +265,12 @@ const Samples = () => { 删除 -
+ ); } return ( - <> + {isTaskReadyToAnnotate && ( @@ -281,7 +281,7 @@ const Samples = () => { 删除 - + ); }, },