Skip to content

Commit 5a94ec4

Browse files
committed
feat: 登录页验证码输入框开启遮眼动画
1 parent 0dc9d03 commit 5a94ec4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/login/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ createCode()
125125
:prefix-icon="Key"
126126
maxlength="7"
127127
size="large"
128+
@blur="handleBlur"
129+
@focus="handleFocus"
128130
>
129131
<template #append>
130132
<el-image :src="codeUrl" draggable="false" @click="createCode">

0 commit comments

Comments
 (0)