mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 18:29:04 +08:00
chore: make url display in the middle of http node (#8741)
This commit is contained in:
parent
bf64ff215b
commit
cb1942c242
@ -15,7 +15,7 @@ const Node: FC<NodeProps<HttpNodeType>> = ({
|
|||||||
<div className='mb-1 px-3 py-1'>
|
<div className='mb-1 px-3 py-1'>
|
||||||
<div className='flex items-start p-1 rounded-md bg-gray-100'>
|
<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='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'>
|
<div className='pl-1 pt-1'>
|
||||||
<ReadonlyInputWithSelectVar
|
<ReadonlyInputWithSelectVar
|
||||||
value={url}
|
value={url}
|
||||||
nodeId={id}
|
nodeId={id}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user