From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改

---
 app/components/workflow/panel/record.tsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/workflow/panel/record.tsx b/app/components/workflow/panel/record.tsx
index 70fe9c4..f60f6f7 100644
--- a/app/components/workflow/panel/record.tsx
+++ b/app/components/workflow/panel/record.tsx
@@ -18,8 +18,8 @@
   }, [handleUpdateWorkflowCanvas])
 
   return (
-    <div className='flex h-full w-[400px] flex-col rounded-l-2xl border-[0.5px] border-components-panel-border bg-components-panel-bg shadow-xl'>
-      <div className='system-xl-semibold flex items-center justify-between p-4 pb-0 text-text-primary'>
+    <div className='flex flex-col w-[400px] h-full rounded-l-2xl border-[0.5px] border-components-panel-border shadow-xl bg-components-panel-bg'>
+      <div className='flex items-center justify-between p-4 pb-0 text-text-primary system-xl-semibold'>
         {`Test Run#${historyWorkflowData?.sequence_number}`}
       </div>
       <Run

--
Gitblit v1.8.0