Skip to content

Commit 19057b1

Browse files
perf: 优化登录页面
1 parent d724a54 commit 19057b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: ui/src/components/login-layout/index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ defineOptions({ name: 'LoginLayout' })
3232
height: 100vh;
3333
3434
.login-image {
35-
background: url(@/assets/login.jpg) no-repeat;
36-
background-size: 100% 100%;
35+
background: url(@/assets/login.jpg) no-repeat center;
36+
background-size: cover;
3737
width: 100%;
3838
height: 100%;
3939
}

0 commit comments

Comments
 (0)