This commit is contained in:
2025-07-10 23:57:39 +08:00
parent 664b3192d4
commit 95c12f0b82

View File

@@ -98,16 +98,4 @@ const switchToLogin = () => {
const handleForgotPassword = () => { const handleForgotPassword = () => {
toast.info('请联系管理员') toast.info('请联系管理员')
} }
</script> </script>
<style scoped>
/* 自定义动画 */
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
}
.animate-float {
animation: float 3s ease-in-out infinite;
}
</style>