style: tag tooltip content width

This commit is contained in:
jialin
2025-07-09 16:03:07 +08:00
parent 642ac3ebc4
commit b167170aa9
6 changed files with 15 additions and 12 deletions
@@ -283,6 +283,7 @@ const Workers: React.FC = () => {
render={(text, record: ListItem) => {
return (
<StatusTag
maxTooltipWidth={400}
statusValue={{
status: status[record.state] as any,
text: WorkerStatusMapValue[record.state],