智慧农业大数据平台
xiebin
2022-11-16 3dc278f10a4c3e3db7ce3a445bed710bdc88916e
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;
    }