月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-09-04 1355c04087927dfed32827d23609e2b04a8cabea
src/views/plotting/plotting.vue
@@ -5,7 +5,10 @@
  >
    <div class="plottingTitle">
      <div class="tileLeft">
        <div class="titleImg">
        <div
          class="titleImg"
          @click="setCloseplotting"
        >
          <ArrowLeft />
        </div>
        <div class="titleLable">标绘查询</div>
@@ -52,6 +55,7 @@
  defineProps,
  defineEmits,
} from "vue";
const emits = defineEmits(["setCloseplotting"]);
let list = ref([
  {
    name: "Path #9",
@@ -69,6 +73,9 @@
    icon: "m.png",
  },
]);
const setCloseplotting = () => {
  emits("setCloseplotting", false);
};
</script>
<style lang="less" scoped>
@@ -78,7 +85,7 @@
  background: rgba(7, 8, 14, 0.8);
  box-shadow: inset 0px 10px 40px 10px rgba(38, 47, 71, 1);
  z-index: 40;
  position: absolute;
  .plottingTitle {
    width: calc(100% - 27px);
    height: 42px;