From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/components/workflow/run/result-text.tsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/components/workflow/run/result-text.tsx b/app/components/workflow/run/result-text.tsx
index cf99c60..27b1f2c 100644
--- a/app/components/workflow/run/result-text.tsx
+++ b/app/components/workflow/run/result-text.tsx
@@ -26,7 +26,7 @@
   return (
     <div className='bg-background-section-burn'>
       {isRunning && !outputs && (
-        <div className='pl-[26px] pt-4'>
+        <div className='pt-4 pl-[26px]'>
           <LoadingAnim type='text' />
         </div>
       )}
@@ -38,8 +38,8 @@
         </div>
       )}
       {!isRunning && !outputs && !error && !allFiles?.length && (
-        <div className='mt-[120px] flex flex-col items-center px-4 py-2 text-[13px] leading-[18px] text-gray-500'>
-          <ImageIndentLeft className='h-6 w-6 text-gray-400' />
+        <div className='mt-[120px] px-4 py-2 flex flex-col items-center text-[13px] leading-[18px] text-gray-500'>
+          <ImageIndentLeft className='w-6 h-6 text-gray-400' />
           <div className='mr-2'>{t('runLog.resultEmpty.title')}</div>
           <div>
             {t('runLog.resultEmpty.tipLeft')}
@@ -56,7 +56,7 @@
             </div>
           )}
           {!!allFiles?.length && allFiles.map(item => (
-            <div key={item.varName} className='system-xs-regular flex flex-col gap-1 px-4 py-2'>
+            <div key={item.varName} className='px-4 py-2 flex flex-col gap-1 system-xs-regular'>
               <div className='py-1 text-text-tertiary '>{item.varName}</div>
               <FileList
                 files={item.list}

--
Gitblit v1.8.0