style: 更新登录页面背景图片

- 注释掉原有的登录背景图片
- 添加新的背景图片:"tao.png"
boardTest
zch 1 month ago
parent 70c9de9de2
commit 552641dbc0

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 KiB

@ -161,7 +161,8 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100%; height: 100%;
background-image: url("../assets/images/login-background.jpg"); //background-image: url("../assets/images/login-background.jpg");
background-image: url("../assets/images/tao.png");
background-size: cover; background-size: cover;
} }
.title { .title {

Loading…
Cancel
Save