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" :prefix-icon="Key"
maxlength="7" maxlength="7"
size="large" size="large"
@blur="handleBlur"
@focus="handleFocus"
> >
<template #append> <template #append>
<el-image :src="codeUrl" draggable="false" @click="createCode"> <el-image :src="codeUrl" draggable="false" @click="createCode">