From fbceda7b6600158473ac764230433aba3977c239 Mon Sep 17 00:00:00 2001 From: GuanMu Date: Thu, 28 Aug 2025 09:20:17 +0800 Subject: [PATCH] fix: workflow log panel's round style (#24658) --- web/app/components/workflow/run/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/workflow/run/index.tsx b/web/app/components/workflow/run/index.tsx index 8b996032e..e786b4f82 100644 --- a/web/app/components/workflow/run/index.tsx +++ b/web/app/components/workflow/run/index.tsx @@ -131,7 +131,7 @@ const RunPanel: FC = ({ hideResult, activeTab = 'RESULT', runID, getRe >{t('runLog.tracing')} {/* panel detail */} -
+
{loading && (