#280

Merged
lyc merged 1 commits from lyc-dev into main 2024-09-27 11:01:02 +08:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 2a75aef245 - Show all commits

View File

@ -51,7 +51,9 @@ const goBack = () =>{
.el-container {
height: 100%;
// 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;
}