From 3dc278f10a4c3e3db7ce3a445bed710bdc88916e Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Wed, 16 Nov 2022 17:10:51 +0800
Subject: [PATCH] 基地信息坐标有误差的问题
---
src/views/monitor/index.vue | 23 +++++++++++++++++++----
1 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/src/views/monitor/index.vue b/src/views/monitor/index.vue
index 881d331..397cd4c 100644
--- a/src/views/monitor/index.vue
+++ b/src/views/monitor/index.vue
@@ -2,13 +2,14 @@
* @Author: Morpheus
* @Date: 2022-05-11 15:00:23
* @Last Modified by: Morpheus
- * @Last Modified time: 2022-06-27 10:45:48
+ * @Last Modified time: 2022-07-07 16:41:07
* 农产品监管
*/
<template>
<div class="container">
- <mapBox ref="modalForm" />
- <div class="l-echarts">
+ <remote ref="modalForm" />
+
+ <!-- <div class="l-echarts">
<div class="t-box">
<div class="title">
<div class="text">占位</div>
@@ -35,7 +36,7 @@
</div>
<div class="content" id="RBBOX"></div>
</div>
- </div>
+ </div>-->
</div>
</template>
@@ -51,6 +52,20 @@
width: 100%;
height: 100%;
+ .popup {
+ position: absolute;
+ top: 0;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ margin: auto;
+
+ img {
+ width: 100%;
+ height: 100%;
+ }
+ }
+
.l-echarts {
left: 0;
}
--
Gitblit v1.9.3