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);
}
}
@keyframes scaleUpDown {
0%,
100% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
}
// @keyframes scaleUpDown {
// 0%,
// 100% {
// transform: scale(1);
// }
// 50% {
// transform: scale(1.1);
// }
// }
}
}
}