Skip to content

Commit 0200629

Browse files
committed
fix: tab's order in login page
1 parent 6c8c968 commit 0200629

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog-business-vue2/src/views/login/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
v-model="loginForm.code"
5252
name="code"
5353
type="text"
54-
tabindex="1"
54+
tabindex="3"
5555
/>
5656

5757
<!--

0 commit comments

Comments
 (0)