style: table list col span

This commit is contained in:
jialin
2025-03-28 19:15:57 +08:00
parent 4f29fe5040
commit 59d01a6bd9
@@ -171,7 +171,7 @@ const RenderWorkerDownloading = (props: {
strokeColor="var(--color-progress-green)"
percent={
_.find(rayActors, (item: any) => item.download_progress < 100)
?.download_progress || 100
?.download_progress || 0
}
/>
</Tooltip>