diff --git a/project/pengliuyang/apps/AppCommunityResource/components/resourceMap.vue b/project/pengliuyang/apps/AppCommunityResource/components/resourceMap.vue index b48cf34c..824f0ae7 100644 --- a/project/pengliuyang/apps/AppCommunityResource/components/resourceMap.vue +++ b/project/pengliuyang/apps/AppCommunityResource/components/resourceMap.vue @@ -17,7 +17,8 @@
-

{{info.resourceName}}{{info.categoryName}}

+

{{info.resourceName}}

+
{{info.categoryName}}
{{info.areaName}}{{info.address}}
@@ -179,7 +180,6 @@ export default { getTypeList() { this.instance.post(`/app/appresourcecategory/list?current=1&size=1000&areaId=${this.user.info.areaId}`).then(res => { if (res.code == 0) { - // this.initMap(res.data); this.typeList = res.data.records } }) @@ -225,6 +225,7 @@ export default { }, handleAreaSelect(v) { this.areaId = v?.[0]?.label + this.getResourceListInit() }, } } @@ -321,7 +322,6 @@ export default { font-family: MicrosoftYaHeiS0pxibold; font-size: 16px; color: #333; - text-align: justify; line-height: 20px; } @@ -333,7 +333,7 @@ export default { margin-top: 9px; } - span { + .info-type { display: inline-block; height: 22px; line-height: 22px;