mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix: remove wrong padding-bottom=0 (#17551)
This commit is contained in:
@@ -218,7 +218,7 @@ const GenerationItem: FC<IGenerationItemProps> = ({
|
||||
{workflowProcessData && (
|
||||
<>
|
||||
<div className={cn(
|
||||
'p-3 pb-0',
|
||||
'p-3',
|
||||
showResultTabs && 'border-b border-divider-subtle',
|
||||
)}>
|
||||
{taskId && (
|
||||
|
||||
Reference in New Issue
Block a user