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