fix: remove wrong padding-bottom=0 (#17551)

This commit is contained in:
诗浓 2025-04-07 18:16:01 +08:00 committed by GitHub
parent 41df910771
commit da7f8ad936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 && (