From 508fd127fee444ab2ac375a09d63c4690d45c09b Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 14 四月 2025 10:52:27 +0800 Subject: [PATCH] Merge branch 'main' of http://182.92.203.7:2001/r/OAManage --- 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