diff --git a/src/project/saas/AppDataStatistics/components/resident.vue b/src/project/saas/AppDataStatistics/components/resident.vue
index d302d6a4..bab06f86 100644
--- a/src/project/saas/AppDataStatistics/components/resident.vue
+++ b/src/project/saas/AppDataStatistics/components/resident.vue
@@ -18,16 +18,222 @@
@@ -61,9 +267,26 @@ export default {
}
}
- .specialPeople {
+ .specialPeople,
+ .ageDistribution,
+ .ageProportion {
margin-top: 32px;
+ .specialBox,
+ .ageBox,
+ .proportionBox {
+ margin-top: 24px;
+ width: 100%;
+ height: 480px;
+ border-radius: 8px;
+ background: #FFF;
+ #specialEcharts,
+ #ageEcharts,
+ #proportionEcharts {
+ width: 100%;
+ height: 100%;
+ }
+ }
}
}