Skip to content

Commit

Permalink
feat: 登录页验证码输入框开启遮眼动画
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Nov 27, 2024
1 parent 0dc9d03 commit 5a94ec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 5a94ec4

Please sign in to comment.