guanqb
2023-10-20 d7e63ec350f24e4667a235678aea2fd6fe1d97c6
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;