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