| | |
| | | <template> |
| | | <BaseMap></BaseMap> |
| | | <div class="overlay-container"> |
| | | <!-- <CoreHeader @on-change="(e) => (menuIndex = e)"></CoreHeader> --> |
| | | <CoreHeader></CoreHeader> |
| | | <el-row class="dropdown-wrap"> |
| | | <MapToolbox></MapToolbox> |
| | | <MissionManage></MissionManage> |
| | | <!-- <MapLocation></MapLocation> --> |
| | | <MapScene></MapScene> |
| | | </el-row> |
| | | <CoreMenu></CoreMenu> |
| | | <router-view></router-view> |
| | | </div> |
| | | </template> |
| | |
| | | |
| | | <style scoped> |
| | | .overlay-container { |
| | | background: transparent; |
| | | /* background: transparent; */ |
| | | position: absolute; |
| | | min-height: var(--screen-min-height); |
| | | min-width: var(--screen-min-width); |
| | |
| | | /* padding: 4px; */ |
| | | pointer-events: none; |
| | | } |
| | | |
| | | .dropdown-wrap { |
| | | position: absolute; |
| | | top: 10px; |
| | | left: 2px; |
| | | gap: 4px; |
| | | } |
| | | </style> |