소스 검색

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

tags/1.2.0
诗浓 6 달 전
부모
커밋
da7f8ad936
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/app/text-generate/item/index.tsx

+ 1
- 1
web/app/components/app/text-generate/item/index.tsx 파일 보기

@@ -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…
취소
저장