fix form login week problem

This commit is contained in:
RainSun 2020-05-29 14:57:53 +08:00
parent 41ddb89ef3
commit 30d0655b8f
2 changed files with 8 additions and 8 deletions

View File

@ -165,7 +165,7 @@ export default {
width: 100%;
max-width: 500px;
margin: 0 auto;
background-color: #f8f8f8;
background-color: #fefefe;
min-height: 100%;
position: relative;
overflow: hidden;
@ -191,7 +191,7 @@ export default {
top: 2rem;
left: 0rem;
// box-shadow: -.2rem 0 5px #a1dbe4;
box-shadow: -0.2rem 0 5px #dde3a1;
// box-shadow: -0.2rem 0 5px #dde3a1;
}
.title-bg3 {
top: 3rem;
@ -211,8 +211,8 @@ export default {
z-index: 3;
}
.logo-box {
width: 2.5rem;
height: 2.5rem;
width: 2.7rem;
height: 2.7rem;
overflow: hidden;
border-radius: 50%;
display: flex;
@ -220,12 +220,12 @@ export default {
justify-content: center;
background: rgba(0, 0, 0, 0.1);
margin: 0 auto;
margin-top: 1rem;
margin-top: 2rem;
position: relative;
z-index: 1;
img {
width: 2.3rem;
height: 2.3rem;
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
}
}

View File

@ -216,7 +216,7 @@ export default {
if (this.init_lock) return;
this.init_lock = lock;
if (this.$route.query.from_login) {
this.init_lock = true;
lock = true;
}
// vuex
this.$store.replaceState(