From 70c47c170ae1cc154e68c1af407e4f6ebf04669e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 03 十二月 2019 19:25:01 +0800 Subject: [PATCH] 2019-12-03 --- src/views/login/index.scss | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.scss b/src/views/login/index.scss index 70a4965..003ca7b 100644 --- a/src/views/login/index.scss +++ b/src/views/login/index.scss @@ -1,7 +1,9 @@ .login-container { height: 100vh; min-height: 600px; - background: #000000; + background-size: cover; + background-repeat: no-repeat; + background-position: center center; .logo { height: 100px; padding-top: 30px; @@ -13,7 +15,6 @@ .login-middle { height: calc(100vh - 194px); min-height: 420px; - // background: url('../../assets/img/loginbg.jpg'); background-size: cover; background-position: center center; border-bottom: 2px solid #06b4f7; -- Gitblit v1.8.0