From c17facb86b7f13d131bc82b77f9b5018830ebb3b Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 19 Dec 2022 15:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=80=A7=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppDataStatistics/components/update.vue | 46 ++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/src/project/saas/AppDataStatistics/components/update.vue b/src/project/saas/AppDataStatistics/components/update.vue index e979035a..a2e4c0fc 100644 --- a/src/project/saas/AppDataStatistics/components/update.vue +++ b/src/project/saas/AppDataStatistics/components/update.vue @@ -3,6 +3,29 @@

更新统计

+ +
+
+
新增居民档案
+
234
+
+
+
居民档案更新
+
234
+
+
+
新增网格员
+
234
+
+
+
减少网格员
+
234
+
+
+
新增积分事件
+
234
+
+
@@ -46,11 +69,32 @@ export default { } .information { width: 100%; - height: 200px; background: #FFFFFF; border-radius: 16px; padding: 32px; box-sizing: border-box; + + .card_list { + width: 100%; + display: flex; + align-items: center; + flex-wrap: wrap; + .card { + width: 50%; + height: 160px; + text-align: center; + .card_name { + margin-top: 32px; + color: #666666; + } + .card_num { + font-size: 36px; + color: #000000; + font-weight: 500; + margin-top: 12px; + } + } + } } } \ No newline at end of file