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的宗旨,让一切复杂的东西简单化。并且没有免费收费版本区别。如果喜欢点个星星支持一下。
+
+
+
+
@@ -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;}