From 7635213630830c4cbb9ff6ada69ba9b5c8a35d42 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 03 Apr 2025 11:05:34 +0800
Subject: [PATCH] feat: 地图居中点调整
---
src/styles/login.scss | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/styles/login.scss b/src/styles/login.scss
index 25de30f..f46ceeb 100644
--- a/src/styles/login.scss
+++ b/src/styles/login.scss
@@ -29,6 +29,7 @@
}
.login-left-title-new {
position: absolute;
+ border: 1px solid greenyellow;
left: 147px;
top: 263px;
width: 926px;
@@ -48,10 +49,8 @@
.login-left-new {
position: absolute;
top: 334px;
+ border: 1px solid red;
left: 147px;
- width: 926px;
- height: 540px;
- background: url('../assets/images/login/left-logo.png') no-repeat center / 100% 100%;
}
.login-right-new {
--
Gitblit v1.9.3