Feat/support copy apikey and chat message (#62)

This commit is contained in:
Joel
2023-05-17 11:22:25 +08:00
committed by GitHub
parent 0abee44453
commit 74d954610f
5 changed files with 73 additions and 1 deletions

View File

@@ -38,6 +38,14 @@
background: url(./icons/answer.svg) no-repeat;
}
.copyBtn {
display: none;
}
.answerWrap:hover .copyBtn {
display: block;
}
.answerWrap .itemOperation {
display: none;
}