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/chat-variable-panel/components/array-value-list.tsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/workflow/panel/chat-variable-panel/components/array-value-list.tsx b/app/components/workflow/panel/chat-variable-panel/components/array-value-list.tsx
index 302b8ff..8206f02 100644
--- a/app/components/workflow/panel/chat-variable-panel/components/array-value-list.tsx
+++ b/app/components/workflow/panel/chat-variable-panel/components/array-value-list.tsx
@@ -57,13 +57,13 @@
             type={isString ? 'text' : 'number'}
           />
           <RemoveButton
-            className='!bg-gray-100 !p-2 hover:!bg-gray-200'
+            className='!p-2 !bg-gray-100 hover:!bg-gray-200'
             onClick={handleItemRemove(index)}
           />
         </div>
       ))}
       <Button variant='tertiary' className='w-full' onClick={handleItemAdd}>
-        <RiAddLine className='mr-1 h-4 w-4' />
+        <RiAddLine className='mr-1 w-4 h-4' />
         <span>{t('workflow.chatVariable.modal.addArrayValue')}</span>
       </Button>
     </div>

--
Gitblit v1.8.0