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