diff --git a/src/project/saas/AppDataStatistics/components/resident.vue b/src/project/saas/AppDataStatistics/components/resident.vue index d302d6a4..74ba5783 100644 --- a/src/project/saas/AppDataStatistics/components/resident.vue +++ b/src/project/saas/AppDataStatistics/components/resident.vue @@ -18,16 +18,96 @@

特殊人群

-
- +
+
@@ -63,7 +143,18 @@ export default { .specialPeople { margin-top: 32px; + .specialBox { + margin-top: 24px; + width: 100%; + height: 480px; + border-radius: 8px; + background: #FFF; + #specialEcharts { + width: 100%; + height: 100%; + } + } } }