diff --git a/pages/map/index.vue b/pages/map/index.vue index 9d62753..6da7ce5 100644 --- a/pages/map/index.vue +++ b/pages/map/index.vue @@ -142,8 +142,8 @@ 确定 - @@ -351,7 +351,7 @@ export default { // } // this.data = this.data.concat(data); }, - handleCheck(v) { + handleCheck(v) { this.show = false let url = v == 1 ? "/pages/index/detail" : "/pages/investigation/task"; this.$.open(url + "?id=" + this.businessId); @@ -570,7 +570,7 @@ export default { right: 0; width: 50px; height: 28px; - line-height: 28px; + line-height: 28px; font-size: 22rpx; background: #cc2936; color: #fff; @@ -599,7 +599,7 @@ export default { display: flex; .tit { width: 92%; - height: 76rpx; + height: 92rpx; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; @@ -608,7 +608,7 @@ export default { font-size: 18px; color: #363f4d; font-weight: bold; - margin: 14px; + margin: 14px 14px 8px 14px; } .desc { color: #666666;