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/node.tsx | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/components/workflow/nodes/http/node.tsx b/app/components/workflow/nodes/http/node.tsx index ad4b5f5..4b7dbea 100644 --- a/app/components/workflow/nodes/http/node.tsx +++ b/app/components/workflow/nodes/http/node.tsx @@ -13,11 +13,10 @@ return ( <div className='mb-1 px-3 py-1'> - <div className='flex items-start rounded-md bg-workflow-block-parma-bg p-1'> - <div className='flex h-4 shrink-0 items-center rounded bg-components-badge-white-to-dark px-1 text-xs font-semibold uppercase text-text-secondary'>{method}</div> + <div className='flex items-start p-1 rounded-md bg-gray-100'> + <div className='flex items-center h-4 shrink-0 px-1 rounded bg-gray-25 text-xs font-semibold text-gray-700 uppercase'>{method}</div> <div className='pl-1 pt-1'> <ReadonlyInputWithSelectVar - className='text-text-secondary' value={url} nodeId={id} /> -- Gitblit v1.8.0