mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 03: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 && (
|
{workflowProcessData && (
|
||||||
<>
|
<>
|
||||||
<div className={cn(
|
<div className={cn(
|
||||||
'p-3 pb-0',
|
'p-3',
|
||||||
showResultTabs && 'border-b border-divider-subtle',
|
showResultTabs && 'border-b border-divider-subtle',
|
||||||
)}>
|
)}>
|
||||||
{taskId && (
|
{taskId && (
|
||||||
|
|||||||
Reference in New Issue
Block a user