src/components/map/components/businessDataPopup.vue
@@ -47,9 +47,11 @@ <div>经度:</div> <div>{{ businessDataPopupData.lat }}</div> </div> <div class="item"> <div class="item item-pic"> <div>图片:</div> <div>暂无图片</div> <div> <img :src="item.picUrl" width="100%" height="100%" alt /> </div> </div> </div> </div> @@ -270,6 +272,10 @@ } .item-pic { height: 120px; } .item:nth-of-type(3) { height: 90px;