feat: annotation management frontend (#1764)

This commit is contained in:
Joel
2023-12-18 15:41:24 +08:00
committed by GitHub
parent 96d2de2258
commit 65fd4b39ce
122 changed files with 4718 additions and 214 deletions

View File

@@ -38,7 +38,8 @@
background: url(./icons/answer.svg) no-repeat;
}
.copyBtn {
.copyBtn,
.annotationBtn {
display: none;
}
@@ -63,10 +64,15 @@
max-width: 100%;
}
.answerWrap:hover .copyBtn {
.answerWrap:hover .copyBtn,
.answerWrap:hover .annotationBtn {
display: block;
}
.answerWrap:hover .hasAnnotationBtn {
display: none;
}
.answerWrap .itemOperation {
display: none;
}