Commit 5201646f authored by 张伯涛's avatar 张伯涛

样式调整

parent 6dddcc91
...@@ -381,6 +381,7 @@ label { ...@@ -381,6 +381,7 @@ label {
padding: 8px 15px; padding: 8px 15px;
} }
.el-message-box { .el-message-box {
width: 300px;
.el-message-box__content { .el-message-box__content {
padding: 15px; padding: 15px;
} }
......
<template> <template>
<div class="login"> <div class="login">
<!-- v-loading="vLoading"--> <el-form ref="loginForm" v-loading="vLoading" :model="loginForm" :rules="rules" class="login-form">
<el-form ref="loginForm" :model="loginForm" :rules="rules" class="login-form">
<!-- <img class="fy-logo" src="../../assets/image/denglu_logo.png">-->
<div class="login_logoRow"> <div class="login_logoRow">
<div class="login_form_logo" /> <div class="login_form_logo" />
</div> </div>
...@@ -191,6 +189,9 @@ export default { ...@@ -191,6 +189,9 @@ export default {
this.loading = false this.loading = false
this.vLoading = false this.vLoading = false
this.captchaType = captchaType this.captchaType = captchaType
}).catch(() => {
this.loading = false
this.vLoading = false
}) })
}, },
getCookie() { getCookie() {
...@@ -245,7 +246,9 @@ export default { ...@@ -245,7 +246,9 @@ export default {
// this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` }); // this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` });
// this.$router.push('/welcome') // this.$router.push('/welcome')
this.$router.push('/controlPlatform/control') this.$router.push('/controlPlatform/control')
this.loading = false setTimeout(() => {
this.loading = false
}, 1000)
}).catch(() => { }).catch(() => {
this.loading = false this.loading = false
this.verify = false this.verify = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment