优化
This commit is contained in:
@@ -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>
|
|
||||||
Reference in New Issue
Block a user