Skip to content

Commit 1ceab05

Browse files
committed
fix(login): Set the width of the login page background image to 40%
1 parent 4633cc0 commit 1ceab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/login/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const submitForm = () => {
107107
.login-left {
108108
display: flex;
109109
height: 100%;
110-
max-width: 50vh;
110+
width: 40%;
111111
img {
112112
height: 100%;
113113
max-width: 100%;

0 commit comments

Comments
 (0)