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/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