guanqb
2023-10-20 14fdad1f83970cb71ac0fb9144a34e8a37041c5b
src/components/map/components/businessDataPopup.vue
@@ -50,7 +50,7 @@
                                    <div class="item item-pic">
                                        <div>图片:</div>
                                        <div>
                                            <img :src="item.picUrl" width="100%" height="100%" alt />
                                            <img :src="businessDataPopupData.picUrl" width="100%" height="100%" alt />
                                        </div>
                                    </div>
                                </div>
@@ -274,6 +274,10 @@
        .item-pic {
            height: 120px;
            img {
                border-bottom-right-radius: 22px;
            }
        }
        .item:nth-of-type(3) {