This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
OpenSource
/
dify
보기
4
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
152
위키
Activity
소스 검색
fix: remove wrong padding-bottom=0 (
#17551
)
tags/1.2.0
诗浓
6 달 전
부모
41df910771
커밋
da7f8ad936
No account linked to committer's email address
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 && (
Write
Preview
Loading…
취소
저장