From c181527b88758cec56479f2076f06c8df9dd45c6 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Mon, 30 May 2022 15:11:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master
---
src/views/login/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index 3effba1..eaca46f 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.jpg") center no-repeat;
+ background: url("../../assets/bg_login.png") center no-repeat;
//background-size: auto 100%;
// background-color: #2d3a4b;
overflow: hidden;
@@ -215,7 +215,7 @@
display: inline-block;
height: 474px;
width: 572px;
- background: url("../../assets/img_bg_login.png") center no-repeat;
+ background: url("../../assets/bg.jpg") center no-repeat;
}
.login-main-form{
display: inline-block;
--
Gitblit v1.9.2