From 1d9daa01819d24acadb259ca561fc57b9e1d15bb Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期一, 01 六月 2020 15:09:04 +0800
Subject: [PATCH] #
---
src/main/webapp/views/login.html | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index d8442c9..c7ed9e7 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -13,7 +13,6 @@
body.login-bg {
color: #777;
height: 100%;
- /*background-image: url("../static/image/bg-imgage.jpg");*/
background-image: url("../static/image/login_bg.jpg");
background-repeat: no-repeat;
background-size: cover;
@@ -21,9 +20,7 @@
}
#login-wrapper {
- /*color: #fff;*/
box-sizing:border-box;
- /*background: #576669;*/
background: #fff;
position: absolute;
top: 45%;
--
Gitblit v1.9.1