<template> <!-- 海绵综合一张图首页 --> <div class="hmMainPage"> 海绵综合一张图首页1920 <!-- 图例 --> <Legend></Legend> </div> </template> <script setup> import Legend from '@/views/sponeScreen/gisMF/legendKF.vue'; import bus from '@/bus'; onMounted(() => {}); </script> <style scoped lang="scss"> .hmMainPage { width: 100%; height: 100%; background: #010e22; position: relative; z-index: 210; } </style>