1
wangjuncheng
8 天以前 5a93ff9c70a25e09d77aff8e9175022b63b3060f
src/views/yhgl.vue
@@ -1,22 +1,22 @@
<template>
   <Location />
   <Legend class="legend" />
  <!-- <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>
.legend {
   // background: url("@/assets/img/right/rightbg.png");
   color: white;
   position: fixed;
   bottom: 6%;
   right: 1%;
   z-index: 3333;
  // background: url("@/assets/img/right/rightbg.png");
  color: white;
  position: fixed;
  bottom: 6%;
  right: 1%;
  z-index: 3333;
}
@import url("../assets/css/home.css");