소스 검색

fix: copy button is always displayed on the chat logs page (#4488)

Vikey Chen 11 달 전
부모
커밋
9808520992
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/components/app/chat/answer/index.tsx

+ 1 - 1
web/app/components/app/chat/answer/index.tsx

@@ -362,7 +362,7 @@ const Answer: FC<IAnswerProps> = ({
                 {!item.isOpeningStatement && (
                   <CopyBtn
                     value={content}
-                    className='mr-1'
+                    className={cn(s.copyBtn, 'mr-1')}
                   />
                 )}
                 {((isShowPromptLog && !isResponding) || (!item.isOpeningStatement && isShowTextToSpeech)) && (