From 28de42c3542059013d31e465e49de854dc789f07 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 14 四月 2025 10:50:49 +0800
Subject: [PATCH] 角色权限屏蔽多余模块,首页高度调整

---
 app/home/view/login/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/home/view/login/index.html b/app/home/view/login/index.html
index d19edbc..9da31b1 100644
--- a/app/home/view/login/index.html
+++ b/app/home/view/login/index.html
@@ -17,7 +17,7 @@
 			.login-wrap {position: relative;overflow: hidden; background-color:#fff; width:800px; height: 448px; position: absolute;top: 50%;left: 50%;margin-top: -240px;margin-left: -400px; border-radius: 12px; display: flex;box-shadow: 0 0 16px rgba(31, 84, 167, 0.2);}
 
 			.login-side {width:400px; height:440px; padding:4px}
-			.login-side .side-img{border-radius: 8px; width:100%; height:100%; background: url({__IMG__}/login.jpg);background-size: cover;}
+			.login-side .side-img{border-radius: 8px; width:100%; height:100%; background: url({__IMG__}/login.jpg);background-size: cover;background-position: center;}
 			
 			.login-box{width: 392px;height: 404px;}
 			.login-box .top {width: 392px; padding:36px 0; text-align:center; border-bottom:1px solid #eee;}

--
Gitblit v1.9.1