mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
Merge pull request #414 from 1Panel-dev/pr@main@peaf-login
perf: 优化登录页面
This commit is contained in:
commit
45205e2b9a
|
|
@ -32,8 +32,8 @@ defineOptions({ name: 'LoginLayout' })
|
|||
height: 100vh;
|
||||
|
||||
.login-image {
|
||||
background: url(@/assets/login.jpg) no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: url(@/assets/login.jpg) no-repeat center;
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue