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 @@
更新统计
@@ -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