fix: abnormal styles (#711)

This commit is contained in:
bowen
2023-08-02 17:31:30 +08:00
committed by GitHub
parent 9485cc9308
commit 41d33ee837
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
.answerIcon {
position: relative;
background: url(./icons/robot.svg);
background: url(./icons/robot.svg) 100%/100%;
}
.typeingIcon {