Quellcode durchsuchen

添加登陆验证码

UI vor 2 Jahren
Ursprung
Commit
2f4e3abcb1
1 geänderte Dateien mit 10 neuen und 1 gelöschten Zeilen
  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">