From ac869994a7e6e35e88ae0f97bf611d357c68bcb5 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 10 Oct 2022 17:52:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/AppCommunityResource/components/resourceMap.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;