perf: 优化登录页面

This commit is contained in:
wangdan-fit2cloud 2024-05-10 14:13:44 +08:00
parent d724a54340
commit 19057b1700

View File

@ -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%;
}