Signed-off-by: wozulong <>
This commit is contained in:
wozulong 2024-05-10 14:15:38 +08:00
parent 0ed6600437
commit 811019bf5c

View File

@ -256,7 +256,7 @@ function renderDuration(submit_time, finishTime) {
// 返回带有样式的颜色标签
return (
<Tag color={color} size="large">
<Tag color={color} size='large'>
{durationSec}
</Tag>
);