style: table list col span
This commit is contained in:
@@ -171,7 +171,7 @@ const RenderWorkerDownloading = (props: {
|
|||||||
strokeColor="var(--color-progress-green)"
|
strokeColor="var(--color-progress-green)"
|
||||||
percent={
|
percent={
|
||||||
_.find(rayActors, (item: any) => item.download_progress < 100)
|
_.find(rayActors, (item: any) => item.download_progress < 100)
|
||||||
?.download_progress || 100
|
?.download_progress || 0
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user