mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 02:19:05 +08:00
fix: adjust spacing in ViewHistory and Panel components (#17766)
This commit is contained in:
parent
d0d02be711
commit
29720b7360
@ -199,7 +199,7 @@ const ViewHistory = ({
|
|||||||
item.id === historyWorkflowData?.id && 'text-primary-600',
|
item.id === historyWorkflowData?.id && 'text-primary-600',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{`Test ${isChatMode ? 'Chat' : 'Run'}#${item.sequence_number}`}
|
{`Test ${isChatMode ? 'Chat' : 'Run'} #${item.sequence_number}`}
|
||||||
</div>
|
</div>
|
||||||
<div className='flex items-center text-xs leading-[18px] text-gray-500'>
|
<div className='flex items-center text-xs leading-[18px] text-gray-500'>
|
||||||
{item.created_by_account?.name} · {formatTimeFromNow((item.finished_at || item.created_at) * 1000)}
|
{item.created_by_account?.name} · {formatTimeFromNow((item.finished_at || item.created_at) * 1000)}
|
||||||
|
@ -99,7 +99,7 @@ const Panel: FC<NodePanelProps<VariableAssignerNodeType>> = ({
|
|||||||
{isEnableGroup && (
|
{isEnableGroup && (
|
||||||
<>
|
<>
|
||||||
<Split />
|
<Split />
|
||||||
<div className='px-4 pb-2 pt-4'>
|
<div>
|
||||||
<OutputVars>
|
<OutputVars>
|
||||||
<>
|
<>
|
||||||
{inputs.advanced_settings?.groups.map((item, index) => (
|
{inputs.advanced_settings?.groups.map((item, index) => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user