guanqb
2022-10-12 57d40a94f0892f81dc14fb700e7614a7776a4fca
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;
            }
        }
    }