Skip to content

Commit

Permalink
perf: 优化登录页面
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed May 10, 2024
1 parent d724a54 commit 19057b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/login-layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
Expand Down

0 comments on commit 19057b1

Please sign in to comment.