This commit is contained in:
duanxiaohai 2024-06-25 17:09:39 +08:00
parent 8bc9b84851
commit 333538c8df
2 changed files with 9 additions and 9 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -699,15 +699,15 @@ onBeforeUnmount(() => {
transform: translateY(-10px); transform: translateY(-10px);
} }
} }
@keyframes scaleUpDown { // @keyframes scaleUpDown {
0%, // 0%,
100% { // 100% {
transform: scale(1); // transform: scale(1);
} // }
50% { // 50% {
transform: scale(1.1); // transform: scale(1.1);
} // }
} // }
} }
} }
} }