Ver código fonte

地图调整

Hwf 1 ano atrás
pai
commit
76a792d6ee

+ 1 - 1
src/views/globalMap/index.vue

@@ -3,7 +3,7 @@
     <div :class="isComponent ? 'global-map' : 'global-map bg'">
       <MapLogical v-if="activeMap === 'logical'" :map-data="mapData" />
 <!--      <YMap v-else-if="['satellite2', 'satellite3'].includes(activeMap)" :activeMap="activeMap" />-->
-      <YztMap v-else-if="['satellite2', 'satellite3'].includes(activeMap)" ref="map2Ref" :active-map="activeMap" :pointType="pointType" />
+<!--      <YztMap v-else-if="['satellite2', 'satellite3'].includes(activeMap)" ref="map2Ref" :active-map="activeMap" :pointType="pointType" />-->
       <Map v-else ref="mapRef" :active-map="activeMap" :pointType="pointType" />
       <!--左侧菜单-->
       <LeftMenu style="position: absolute; top: 20px; left: 20px" @click-menu="clickMenu" @select-search-marker="selectSearchMarker" />

+ 1 - 1
src/views/routineCommandMap/LeftSection.vue

@@ -220,7 +220,7 @@ onMounted(() => {
 
 <style lang="scss" scoped>
 .left-section {
-  width: 2400px;
+  width: 1965px;
   height: 100%;
   display: flex;
   flex-direction: column;

+ 1 - 1
src/views/routineCommandMap/RightSection/index.vue

@@ -118,7 +118,7 @@ onMounted(() => {
 
 <style lang="scss" scoped>
 .right-section {
-  width: 2400px;
+  width: 1965px;
   height: 100%;
   display: flex;
   flex-direction: column;