This commit is contained in:
Donald Zou
2025-09-15 01:04:56 +08:00
parent b5986fde82
commit c9f395acbd
56 changed files with 66 additions and 58 deletions

View File

@@ -85,11 +85,11 @@
}
.app-enter-from{
transform: scale(1.03);
transform: translateY(20px);
}
.app-leave-to{
transform: scale(0.97);
transform: translateY(-20px)
}
.btn-outline-body{