This commit is contained in:
parent
1edef92586
commit
2a75aef245
|
@ -51,7 +51,9 @@ const goBack = () =>{
|
||||||
.el-container {
|
.el-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// background: url(@/assets/images/login/login-bg.png) no-repeat center;
|
// background: url(@/assets/images/login/login-bg.png) no-repeat center;
|
||||||
background: #EAEFF8;
|
// background: #EAEFF8;
|
||||||
|
background: linear-gradient(to bottom right, #cce6ff 0%, #79d0fc 100%);
|
||||||
|
// background: linear-gradient(to top, #a6e3e9, #e3fdfd);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue