feat: 登录页验证码输入框开启遮眼动画
This commit is contained in:
parent
0dc9d03237
commit
5a94ec4c3b
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user