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

pull/17489/head
诗浓 10 months ago committed by GitHub
parent 41df910771
commit da7f8ad936
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save