Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

feat: 登录页验证码输入框开启遮眼动画

This commit is contained in:
pany 2024-11-27 16:58:34 +08:00
parent 0dc9d03237
commit 5a94ec4c3b

View File

@ -125,6 +125,8 @@ createCode()
:prefix-icon="Key"
maxlength="7"
size="large"
@blur="handleBlur"
@focus="handleFocus"
>
<template #append>
<el-image :src="codeUrl" draggable="false" @click="createCode">