diff --git a/src/views/dashboard/homepage.vue b/src/views/dashboard/homepage.vue index f1bdaad..9d1bfe1 100644 --- a/src/views/dashboard/homepage.vue +++ b/src/views/dashboard/homepage.vue @@ -42,6 +42,13 @@
数据更新时间:2022-01-09
+
+
+
收件量
+
10210
+
环比 10.32
+
+
@@ -332,6 +339,27 @@ export default { align-items: center; } } + + .data_bot{ + width: 100%; + height: 70%; + // background: rebeccapurple; + + .data_box{ + width: 20%; + height: 100%; + // background: green; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; + + .data_txt{ + color: #fff; + font-size: 0.18rem; + } + } + } } .center_cen{