|
@@ -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">
|