guonan
9 天以前 a57caa72a54efe9de3fe26a6c36d3e8038267377
src/views/yhgl.vue
@@ -1,10 +1,23 @@
<template>
   <Location />
  <!-- <GisView /> -->
  <Location />
  <Legend class="legend" />
</template>
<script setup>
   import Location from "@/components/menu/Location.vue"
import Location from "@/components/menu/Location.vue";
import Legend from "@/components/tools/Legend_yhgl.vue";
import GisView from "./GisView.vue";
</script>
<style lang="less" scoped>
   @import url("../assets/css/home.css");
.legend {
  // background: url("@/assets/img/right/rightbg.png");
  color: white;
  position: fixed;
  bottom: 6%;
  right: 1%;
  z-index: 3333;
}
@import url("../assets/css/home.css");
</style>