husq
2023-09-18 1ef360a14efab8a1defa1dfdc13bb5af64a9d621
src/pages/page-web/projects/project_list/index.vue
@@ -5,7 +5,8 @@
        </div>
        <div class="right_content">
            <div class="map">
                <Map />
                <!-- <Map /> -->
                <GMap />
            </div>
            <div class="media-wrapper" v-if="root.$route.name === ERouterName.MEDIA">
                <MediaPanel />
@@ -18,7 +19,8 @@
</template>
<script setup lang="ts">
import Map from '/@/components/cesiumMap/cesium.vue'
// import Map from '/@/components/cesiumMap/cesium.vue'
import GMap from '/@/components/GMap.vue'
import MediaPanel from '/@/components/MediaPanel.vue'
import TaskPanel from '/@/components/task/TaskPanel.vue'
import { EBizCode, ERouterName } from '/@/types'
@@ -34,8 +36,8 @@
    width: 100%;
    .left_content {
        width: 335px;
        min-height: 100vh;
        width: 370px;
        max-height: 100vh;
        background-color: black;
        color: $text-white-basic;
    }