Sfoglia il codice sorgente

添加登陆验证码

UI 2 anni fa
parent
commit
2f4e3abcb1
1 ha cambiato i file con 10 aggiunte e 1 eliminazioni
  1. 10 1
      src/views/login/index.vue

+ 10 - 1
src/views/login/index.vue

@@ -62,11 +62,20 @@
       <el-button
         :loading="loading"
         type="primary"
-        style="width: 100%; margin-bottom: 30px"
+        style="width: 30%; margin-bottom: 30px; margin-left: 60px"
         @click.native.prevent="handleLogin"
       >
         {{ $t("login.logIn") }}
       </el-button>
+      <el-button
+        :loading="loading"
+        type="primary"
+        style="width: 30%; margin-bottom: 30px; margin-left: 60px"
+        @click.native.prevent="handleLogin"
+      >
+        {{ $t("login.logIn") }}
+      </el-button>
+      <!-- <el-button type="info" @click="resetLoginForm">重置</el-button> -->
     </el-form>
 
     <el-dialog :title="$t('login.thirdparty')" :visible.sync="showDialog">