From 390a9d40e2e96eaf40954c0c2c30aa3bd28962f9 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 10 May 2021 09:47:13 +0800
Subject: [PATCH] 客户管理设备状态和小程序地图

---
 public/xcxh5map/css/body.css |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/public/xcxh5map/css/body.css b/public/xcxh5map/css/body.css
index 04d9e3b..47d5d6b 100644
--- a/public/xcxh5map/css/body.css
+++ b/public/xcxh5map/css/body.css
@@ -5,7 +5,18 @@
 
 html,
 body,
+#mapVue,
 #map {
-    height: 100%;
     width: 100%;
+    height: 84%;
+}
+#seedata{
+    position: fixed;
+    bottom: 0;
+    width: 100%;
+    height: 50%;
+    z-index: 400;
+    background-color: #fff;
+    opacity: 0.9;
+    border: 1px solid springgreen;
 }
\ No newline at end of file

--
Gitblit v1.9.3