| | |
| | | <template> |
| | | <div |
| | | class="menus" |
| | | v-show="fullScreen" |
| | | > |
| | | <div class="menus" v-show="fullScreen"> |
| | | <div class="logo_box"> |
| | | <img |
| | | src="../assets/img/logo.png" |
| | | alt="" |
| | | class="logo" |
| | | /> |
| | | <img src="../assets/img/logo.png" alt="" class="logo" /> |
| | | <div class="logo_name"> |
| | | <h3>月球大数据地理空间分析展示平台</h3> |
| | | <img |
| | | src="../assets/img/logob.png" |
| | | alt="" |
| | | class="logo_name_b" |
| | | /> |
| | | <img src="../assets/img/logob.png" alt="" class="logo_name_b" /> |
| | | </div> |
| | | </div> |
| | | <div class="menus_box"> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div |
| | | class="content_box" |
| | | v-show="fullScreen" |
| | | > |
| | | <div class="content_box" v-show="fullScreen"> |
| | | <div |
| | | v-show="checkMenuFlag == 'l1'" |
| | | style="position: relative; display: flex" |
| | |
| | | <search v-if="thematicMapBtnState"> </search> |
| | | </div> |
| | | |
| | | <top-btn |
| | | v-show="fullScreen" |
| | | v-if="thematicMapBtnState" |
| | | ></top-btn> |
| | | <top-btn v-show="fullScreen" v-if="thematicMapBtnState"></top-btn> |
| | | |
| | | <thematic-map v-show="!thematicMapBtnState"></thematic-map> |
| | | <div |
| | | class="fullScreen_btn" |
| | | v-show="!fullScreen" |
| | | @click="screen" |
| | | ></div> |
| | | <div class="fullScreen_btn" v-show="!fullScreen" @click="screen"></div> |
| | | <div |
| | | v-show="store.state.doubleMenu" |
| | | class="setDobuleMap" |
| | |
| | | > |
| | | <double-layer></double-layer> |
| | | </div> |
| | | |
| | | </template> |
| | | |
| | | <script lang="ts" setup> |
| | |
| | | reactive, |
| | | defineProps, |
| | | defineEmits, |
| | | nextTick, |
| | | } from "vue"; |
| | | import { Operation } from "@element-plus/icons-vue"; |
| | | import menuData from "@/assets/js/Map/menuData"; |
| | |
| | | store.state.doubleMenu = true; |
| | | store.state.doubleMap = false; |
| | | }; |
| | | const setShowMapChange = (res) => { |
| | | switch (res.id) { |
| | | case "15": |
| | | debugger; |
| | | break; |
| | | default: |
| | | debugger; |
| | | break; |
| | | } |
| | | // store.state.isShowMap = res; |
| | | }; |
| | | const setMenuClick = (res) => { |
| | | if (res.id == "l6") { |
| | | // fullScreen.value = !fullScreen.value; |
| | | screen(); |
| | | } |
| | | |
| | | if (res.id == "l3") { |
| | | thematicMapState.value = false; |
| | | thematicMapBtnState.value = false; |
| | |
| | | position: absolute; |
| | | top: 27px; |
| | | left: 0px; |
| | | z-index: 40; |
| | | .logo_box { |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | } |
| | | .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; |
| | |
| | | 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 { |