From f15b467c2233ba069459c809fffbe994692e3315 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期二, 24 五月 2022 18:08:27 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master --- src/views/login/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index f5dff7e..3effba1 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -174,7 +174,7 @@ .login-container { min-height: 100%; width: 100%; - background: url("../../assets/bg_login.png") center no-repeat; + background: url("../../assets/bg.jpg") center no-repeat; //background-size: auto 100%; // background-color: #2d3a4b; overflow: hidden; -- Gitblit v1.9.2