From 57d108bfacae9970e1072c7d71241a44697aa61f Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 12 Dec 2022 13:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E4=BA=BA=E7=BE=A4=E7=8E=AF?= =?UTF-8?q?=E7=8A=B6=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppDataStatistics/components/resident.vue | 95 ++++++++++++++++++- 1 file changed, 93 insertions(+), 2 deletions(-) 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%; + } + } } }