From 63ad2c3598400370dd7da5534659fd7e768a0a4a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 17:29:46 +0800
Subject: [PATCH] 地址替换

---
 public/loginMap/css/body.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/loginMap/css/body.css b/public/loginMap/css/body.css
index 9f1731e..e800cfd 100644
--- a/public/loginMap/css/body.css
+++ b/public/loginMap/css/body.css
@@ -18,11 +18,12 @@
 
 #map {
     width: 100%;
-    height: 50%;
+    height: 100%;
     z-index: 1;
 }
 
 #mapVue {
+    position: relative;
     overflow: hidden;
     /* border: solid 1px springgreen; */
 }
@@ -46,12 +47,12 @@
 #seedata {
     bottom: 0;
     width: 100%;
-    height: 50%;
+    height: 40px;
     z-index: 400;
     background-color: #fff;
     display: flex;
     flex-direction: column;
-    border-radius: 60px 60px 0 0;
+    overflow: hidden;
 }
 
 .title {
@@ -88,7 +89,6 @@
     align-items: center;
     justify-content: center;
     flex-direction: column;
-    border-top: 1px solid rgb(138, 138, 138);
 }
 
 .div-alarm-people {

--
Gitblit v1.9.3