From d241be13c83f1c47e32daecc012f4cd6fe5e5d2f Mon Sep 17 00:00:00 2001
From: zhangqun <179111901@qq.com>
Date: Thu, 18 Jul 2024 16:13:47 +0800
Subject: [PATCH] 1
---
pages/map/index.vue | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
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;