mirror of https://github.com/langgenius/dify.git
fix: some style
This commit is contained in:
parent
bc5cd4405b
commit
3c829a1c28
|
|
@ -68,7 +68,7 @@ const AgentPanel: FC<NodePanelProps<AgentNodeType>> = (props) => {
|
|||
})()
|
||||
|
||||
return <div className='my-2'>
|
||||
<Field title={t('workflow.nodes.agent.strategy.label')} className='px-4' >
|
||||
<Field title={t('workflow.nodes.agent.strategy.label')} className='px-4 py-2' >
|
||||
<AgentStrategy
|
||||
strategy={inputs.agent_strategy_name ? {
|
||||
agent_strategy_provider_name: inputs.agent_strategy_provider_name!,
|
||||
|
|
|
|||
Loading…
Reference in New Issue