Browse Source

fix Login tab change to button focus

sendya 6 years ago
parent
commit
7dc1af0c3a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/user/Login.vue

+ 1 - 0
src/views/user/Login.vue

@@ -46,6 +46,7 @@
             <a-col class="gutter-row" :span="8">
               <a-button
                 class="getCaptcha"
+                tabindex="-1"
                 :disabled="state.smsSendBtn"
                 @click.stop.prevent="getCaptcha"
                 v-text="!state.smsSendBtn && '获取验证码' || (state.time+' s')"></a-button>