月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-09-04 d80d032784216bc4a61692476947ab36f53788d7
src/views/menus.vue
@@ -84,7 +84,6 @@
  >
    <double-layer></double-layer>
  </div>
</template>
<script lang="ts" setup>
@@ -144,11 +143,11 @@
    // fullScreen.value = !fullScreen.value;
    screen();
  }
  debugger;
  if (res.id == "l3") {
    thematicMapState.value = false;
    thematicMapBtnState.value = false;
  } else {
  } else if (res.id != "11") {
    thematicMapState.value = true;
    thematicMapBtnState.value = true;
  }
@@ -240,13 +239,13 @@
  }
  .menus_box {
    background: rgba(1, 10, 28, 0.68);
    left: 7px;
    position: absolute;
    top: 105px;
    top: 83px;
    width: 71px;
    height: 850px;
    height: 680px;
    z-index: 40;
    box-sizing: border-box;
    .imgBox {
      width: 100%;
      display: flex;
@@ -273,16 +272,18 @@
  padding: 10px;
}
.menu_Image_box {
  height: 778px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 36px 0px;
  padding-top: 36px;
  background: url("../assets/img/矩形 1.png") no-repeat;
  background-size: 100% 100%;
}
.content_box {
  position: absolute;
  top: 135px;
  left: 100px;
  // top: 135px;
  top: 110px;
  left: 80px;
  display: flex;
}
.fullScreen_btn {