From cd48532605378de5d2f520d7ac36bbf8b6fcc050 Mon Sep 17 00:00:00 2001 From: sakuya <81883387@qq.com> Date: Mon, 14 Jun 2021 22:09:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/stats/components/C1.vue | 4 +- src/views/home/stats/index.vue | 79 +++++++++++++++++++++----- 2 files changed, 67 insertions(+), 16 deletions(-) diff --git a/src/views/home/stats/components/C1.vue b/src/views/home/stats/components/C1.vue index dbd0f382..092cfe91 100644 --- a/src/views/home/stats/components/C1.vue +++ b/src/views/home/stats/components/C1.vue @@ -56,11 +56,11 @@ symbol: 'none', lineStyle: { width: 1, - color: '#F56C6C' + color: '#409EFF' }, areaStyle: { opacity: 0.1, - color: '#F56C6C' + color: '#79bbff' }, data: (function (){ var res = []; diff --git a/src/views/home/stats/index.vue b/src/views/home/stats/index.vue index b21fd1a1..2bd265bd 100644 --- a/src/views/home/stats/index.vue +++ b/src/views/home/stats/index.vue @@ -8,8 +8,12 @@
-

嗨~ admin,忙碌了一上午,记得吃午饭哦。

-

最近更新:动态面包屑,外部链接,Iframe链接等

+

欢迎体验SCUI

+

轻快是SCUI的宗旨,让一切复杂的东西简单化。并且没有免费收费版本区别。如果喜欢点个星星支持一下。 + + star + +

@@ -30,18 +34,52 @@ - - - - user.add - user.edit - user.delete - list.add - list.edit - list.delete - - - +
+ + + +
+
+

今日收入

+

¥1.9K

+

-18.9% 比昨日

+
+
+ +
+
+
+
+ + +
+
+

会员总数

+

68

+

+1.9% 比昨日

+
+
+ +
+
+
+
+ + +
+
+

今日访客

+

108

+

+7.7% 比昨日

+
+
+ +
+
+
+
+
+
@@ -81,4 +119,17 @@ .welTop .icons p {font-size: 12px;} .avatar-list .avatar {margin-left: -10px;border: 3px solid #fff;cursor: pointer;} + .data-box {} + .data-box .item-background {background: #409EFF;color: #fff;} + .data-box .item-background .item h2 {color: #fff;} + .data-box .item-background .item p {color: rgba(255, 255, 255, 0.5);} + .data-box .item-background .item .icon i {background: rgba(255, 255, 255, 0.2);} + .data-box .item {display: flex;} + .data-box .item h2 {font-size: 12px;color: #999;font-weight: normal;} + .data-box .item h4 {font-size: 25px;margin:5px 0 5px 0;} + .data-box .item p {font-size: 12px;color: #999;} + .data-box .item .icon {margin-left: auto;display: flex;align-items: center;margin-right: 10px;} + .data-box .item .icon i {font-size: 18px;background: #409EFF;color: #fff;border-radius: 50%;width:32px;height: 32px;display: flex;align-items: center;justify-content: center;} + .data-box .item p span.up {color: #F56C6C;} + .data-box .item p span.down {color: #67C23A;}