no message

This commit is contained in:
A1300399510 2024-12-18 12:10:59 +08:00
parent 3f4e640b4a
commit 74ac415e60
2 changed files with 4 additions and 4 deletions

View File

@ -89,10 +89,10 @@
border-radius: 10px;
z-index: 10;
overflow: auto;
animation: show 0.3s forwards;
animation: hintShow 0.3s forwards;
border: 0px solid #ebebeb;
}
@keyframes show {
@keyframes hintShow {
0% {
height: 0;
}

View File

@ -93,10 +93,10 @@
border-radius: 10px;
z-index: 10;
overflow: auto;
animation: show 0.3s forwards;
animation: hintShow 0.3s forwards;
border: 0px solid rgba(235, 235, 235, 1);
@keyframes show {
@keyframes hintShow {
0% {
height: 0;
}