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

样式调整

parent 6dddcc91
......@@ -381,6 +381,7 @@ label {
padding: 8px 15px;
}
.el-message-box {
width: 300px;
.el-message-box__content {
padding: 15px;
}
......
<template>
<div class="login">
<!-- v-loading="vLoading"-->
<el-form ref="loginForm" :model="loginForm" :rules="rules" class="login-form">
<!-- <img class="fy-logo" src="../../assets/image/denglu_logo.png">-->
<el-form ref="loginForm" v-loading="vLoading" :model="loginForm" :rules="rules" class="login-form">
<div class="login_logoRow">
<div class="login_form_logo" />
</div>
......@@ -191,6 +189,9 @@ export default {
this.loading = false
this.vLoading = false
this.captchaType = captchaType
}).catch(() => {
this.loading = false
this.vLoading = false
})
},
getCookie() {
......@@ -245,7 +246,9 @@ export default {
// this.$router.push({ path: `http://main.court.com${this.redirect || "/"}` });
// this.$router.push('/welcome')
this.$router.push('/controlPlatform/control')
setTimeout(() => {
this.loading = false
}, 1000)
}).catch(() => {
this.loading = 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