From e224ee54983d38196c675a6e1af50e0ff54b8c62 Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Tue, 22 Jul 2025 02:33:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8E=20style(ui):=20add=20shape=3D"circ?= =?UTF-8?q?le"=20prop=20to=20Tag=20component=20to=20display=20circular=20t?= =?UTF-8?q?ag=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/table/task-logs/TaskLogsColumnDefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/table/task-logs/TaskLogsColumnDefs.js b/web/src/components/table/task-logs/TaskLogsColumnDefs.js index 26a72fe5..8b066758 100644 --- a/web/src/components/table/task-logs/TaskLogsColumnDefs.js +++ b/web/src/components/table/task-logs/TaskLogsColumnDefs.js @@ -79,7 +79,7 @@ function renderDuration(submit_time, finishTime) { // 返回带有样式的颜色标签 return ( - }> + }> {durationSec} 秒 );