diff --git a/src/apps/AppBuilding/components/list.vue b/src/apps/AppBuilding/components/list.vue index 1eea815b..32caee59 100644 --- a/src/apps/AppBuilding/components/list.vue +++ b/src/apps/AppBuilding/components/list.vue @@ -10,7 +10,7 @@

{{item.createAddress}}

{{$dict.getLabel('BuildLocationStatus', item.locationStatus)}} -
+
去定位
@@ -68,7 +68,7 @@ export default { params: {id, areaId} }) } - + }, onReachBottom() { this.current++; @@ -85,7 +85,7 @@ export default { .item{ width: 100%; background: #FFF; - box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02); + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.02); border-radius: 8px; box-sizing: border-box; position: relative; @@ -159,4 +159,4 @@ export default { } } } - \ No newline at end of file + diff --git a/src/apps/AppBuilding/components/map.vue b/src/apps/AppBuilding/components/map.vue index e6051d54..a990153c 100644 --- a/src/apps/AppBuilding/components/map.vue +++ b/src/apps/AppBuilding/components/map.vue @@ -4,7 +4,7 @@ 楼栋
模型
- +
- {{name}} + {{ name }}
-

{{item.residentName}}

-

{{item.areaName || ''}}{{item.createAddress}}

+

{{ item.residentName }}

+

{{ item.areaName || '' }}{{ item.createAddress }}

@@ -26,24 +26,24 @@ 楼栋
列表
- +
-