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/nodes/http/components/key-value/bulk-edit/index.tsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/workflow/nodes/http/components/key-value/bulk-edit/index.tsx b/app/components/workflow/nodes/http/components/key-value/bulk-edit/index.tsx index 43c766c..f67eb9d 100644 --- a/app/components/workflow/nodes/http/components/key-value/bulk-edit/index.tsx +++ b/app/components/workflow/nodes/http/components/key-value/bulk-edit/index.tsx @@ -43,15 +43,15 @@ onChange={handleChange} onBlur={handleBlur} headerRight={ - <div className='flex h-[18px] items-center'> + <div className='flex items-center h-[18px]'> <div - className='flex cursor-pointer items-center space-x-1' + className='flex items-center space-x-1 cursor-pointer' onClick={handleSwitchToKeyValueEdit} > - <LayoutGrid02 className='h-3 w-3 text-gray-500' /> - <div className='text-xs font-normal leading-[18px] text-gray-500'>{t(`${i18nPrefix}.keyValueEdit`)}</div> + <LayoutGrid02 className='w-3 h-3 text-gray-500' /> + <div className='leading-[18px] text-xs font-normal text-gray-500'>{t(`${i18nPrefix}.keyValueEdit`)}</div> </div> - <div className='ml-3 mr-1.5 h-3 w-px bg-gray-200'></div> + <div className='ml-3 mr-1.5 w-px h-3 bg-gray-200'></div> </div> } minHeight={150} -- Gitblit v1.8.0