Skip to content

Commit 7dc1af0

Browse files
committed
fix Login tab change to button focus
1 parent 3ecd4ea commit 7dc1af0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/user/Login.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<a-col class="gutter-row" :span="8">
4747
<a-button
4848
class="getCaptcha"
49+
tabindex="-1"
4950
:disabled="state.smsSendBtn"
5051
@click.stop.prevent="getCaptcha"
5152
v-text="!state.smsSendBtn && '获取验证码' || (state.time+' s')"></a-button>

0 commit comments

Comments
 (0)