From 57d40a94f0892f81dc14fb700e7614a7776a4fca Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 12 Oct 2022 13:42:51 +0800
Subject: [PATCH] 增加首页地图和按钮
---
src/pcviews/homee/index.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/pcviews/homee/index.vue b/src/pcviews/homee/index.vue
index acccb16..8fad054 100644
--- a/src/pcviews/homee/index.vue
+++ b/src/pcviews/homee/index.vue
@@ -16,7 +16,9 @@
</section>
<section class="screen_middle">
<div class="middle_top">
- <Map></Map>
+ <!-- <Map></Map> -->
+ <!-- <mapBox2></mapBox2> -->
+ <mapBox3></mapBox3>
</div>
<div class="middle_bottom">
<AlertInfo></AlertInfo>
@@ -106,6 +108,8 @@
margin-right: 1.2%;
.middle_top {
width: 100%;
+ height: 600px;
+ position: relative;
}
.middle_bottom {
width: 100%;
@@ -125,6 +129,7 @@
.right_bottom {
width: 100%;
margin-top: -50px;
+ margin-bottom: 30px;
}
}
}
--
Gitblit v1.9.3