src/views/Thematic/index.vue
@@ -2,9 +2,9 @@ <div class="themaic"> <mapsdk></mapsdk> <top class="title" ref="title"></top> <left class="mapleft" :style="{ width: leftWidth }"></left> <right class="mapright" :style="{ width: rightWidth }"></right> <bottom class="mapbottom"></bottom> <left class="mapleft" :style="{ width: leftWidth }" ref="mapleft"></left> <right class="mapright" :style="{ width: rightWidth }" ref="mapright"></right> <bottom class="mapbottom" ref="mapbottom"></bottom> </div> </template>