diff --git a/src/views/index.vue b/src/views/index.vue
index 8e32a5b..fbbf552 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -2,7 +2,7 @@
{{ $route.meta.title }}
- 今日核心数据
+ 今日核心数据
新用户
@@ -33,6 +33,51 @@
+
+
+
+ 全部订单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2
+
+
+ 2
+
+
@@ -67,13 +112,16 @@ export default {
font-family: SourceHanSansSC-regular;
}
+ .card-title {
+ font-size: 20px;
+ margin-bottom: 20px;
+ font-weight: bold;
+ }
+
&>.today {
margin-top: 10px;
- .today-title {
- font-size: 20px;
- margin-bottom: 20px;
- }
+
.data {
@@ -122,6 +170,31 @@ export default {
}
}
}
+
+
+ &>.order {
+ margin-top: 10px;
+
+ .all-card {
+ .data {
+ text-align: center;
+
+ &>.img {
+ background-color: #e9f2ff;
+ width: 50%;
+ /* 设置高度为宽度 */
+ padding-top: 50%;
+ margin: auto;
+ border-radius: 10px;
+ }
+
+ &>.value {
+ font-size: 16px;
+ margin-top: 5px;
+ }
+ }
+ }
+ }
}