diff --git a/src/project/saas/AppDataStatistics/AppDataStatistics.vue b/src/project/saas/AppDataStatistics/AppDataStatistics.vue
index 3514f956..16dbb9eb 100644
--- a/src/project/saas/AppDataStatistics/AppDataStatistics.vue
+++ b/src/project/saas/AppDataStatistics/AppDataStatistics.vue
@@ -46,7 +46,7 @@ export default {
component: message
},
],
- tabIndex: 1,
+ tabIndex: 0,
areaId: '',
areaName: '',
}
diff --git a/src/project/saas/AppDataStatistics/components/update.vue b/src/project/saas/AppDataStatistics/components/update.vue
index a2e4c0fc..b79e215f 100644
--- a/src/project/saas/AppDataStatistics/components/update.vue
+++ b/src/project/saas/AppDataStatistics/components/update.vue
@@ -25,6 +25,14 @@
新增积分事件
234
+
+
@@ -90,7 +98,7 @@ export default {
.card_num {
font-size: 36px;
color: #000000;
- font-weight: 500;
+ font-weight: 600;
margin-top: 12px;
}
}
diff --git a/src/project/saas/AppDataStatistics/components/wechat.vue b/src/project/saas/AppDataStatistics/components/wechat.vue
index 30f64f0d..6b6f59f2 100644
--- a/src/project/saas/AppDataStatistics/components/wechat.vue
+++ b/src/project/saas/AppDataStatistics/components/wechat.vue
@@ -19,6 +19,10 @@
+
+
居民群统计(统计数据为去重后的数据)
@@ -41,10 +45,15 @@
18

+
+
@@ -104,5 +232,19 @@ export default {
}
}
}
+
+ .friends_box,
+ .groups_box {
+ margin-top: 24px;
+ width: 100%;
+ height: 514px;
+ background: #FFF;
+
+ #friends,
+ #groups {
+ width: 100%;
+ height: 100%;
+ }
+ }
}
\ No newline at end of file