fix: register.vue构建失败 - 替换不存在的login-background.jpg为渐变背景
This commit is contained in:
@@ -161,7 +161,8 @@ getCode();
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-image: url("../assets/images/login-background.jpg");
|
/* background-image removed - file not found */
|
||||||
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user