From af75b5f6c0230d21f1ba4d7ca1796a2a71f5c2b7 Mon Sep 17 00:00:00 2001 From: panqihua Date: Sat, 14 Jan 2023 17:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9C=8B=E6=9D=BF-=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 83 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 78 insertions(+), 5 deletions(-) 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 @@
+ + + +
全部订单
+ + +
+
+
待付款:123
+
+
+ +
+
+
待付款:123
+
+
+ +
+
+
待付款:123
+
+
+ +
+
+
待付款:123
+
+
+ +
+
+
待付款:123
+
+
+
+
+
+ + 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; + } + } + } + } }