no message

This commit is contained in:
A1300399510 2024-12-19 16:50:29 +08:00
parent 343ebfd543
commit 9be2934a3d
2 changed files with 4 additions and 4 deletions

View File

@ -87,12 +87,12 @@
border-radius: 0 0 10px 10px;
z-index: 10;
overflow: auto;
animation: hintShow 0.3s forwards;
animation: hintSho 0.3s forwards;
border: 0px solid #c4c7ce;
border-top: none;
box-shadow: 0px 5px 5px #dfdfdf;
}
@keyframes hintShow {
@keyframes hintSho {
0% {
height: 0;
}

View File

@ -92,12 +92,12 @@
border-radius: 0 0 10px 10px;
z-index: 10;
overflow: auto;
animation: hintShow 0.3s forwards;
animation: hintSho 0.3s forwards;
border: 0px solid #c4c7ce;
border-top: none;
box-shadow: 0px 5px 5px #dfdfdf;
@keyframes hintShow {
@keyframes hintSho {
0% {
height: 0;
}