fix: chat res table or code is very long caused ui problem (#124)

This commit is contained in:
Joel
2023-05-21 16:27:24 +08:00
committed by GitHub
parent 1b6e3ef964
commit 18d1f6a6c6
3 changed files with 86 additions and 66 deletions

View File

@@ -42,6 +42,23 @@
display: none;
}
.answerWrapWrap,
.questionWrapWrap {
width: 0;
flex-grow: 1;
}
.questionWrapWrap {
display: flex;
justify-content: flex-end;
}
.answerWrap,
.question {
display: inline-block;
max-width: 100%;
}
.answerWrap:hover .copyBtn {
display: block;
}