From d0a1b3d28ed03419974e8b4b4d2c464b143f8bc1 Mon Sep 17 00:00:00 2001
From: sakuya <81883387@qq.com>
Date: Sat, 10 Jul 2021 23:30:37 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F&=E6=8E=A7?=
=?UTF-8?q?=E5=88=B6=E5=8F=B0=E6=A8=A1=E5=9D=97=E5=90=8D=E7=A7=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/config/index.js | 4 ++--
src/layout/components/tags.vue | 2 +-
src/style/app.less | 7 ++++---
src/style/fix.less | 4 +++-
src/views/home/stats/components/C1.vue | 2 +-
src/views/home/stats/components/C2.vue | 2 +-
src/views/home/stats/components/C3.vue | 2 +-
src/views/userCenter/login.vue | 2 ++
8 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/src/config/index.js b/src/config/index.js
index 4c7c051c..f5705f42 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -30,8 +30,8 @@ const DEFAULT_CONFIG = {
layout: [18, 6],
//小组件分布,com取值:views/home/components 文件名
copmsList: [
- [{ title: "模块1", com: 'C1' },{ title: "模块3", com: 'C3' }],
- [{ title: "模块2", com: 'C2' }],
+ [{ title: "实时收入", com: 'C1' },{ title: "周收入对比", com: 'C3' }],
+ [{ title: "版本更新", com: 'C2' }],
[]
]
}
diff --git a/src/layout/components/tags.vue b/src/layout/components/tags.vue
index acd0673c..db2266e6 100644
--- a/src/layout/components/tags.vue
+++ b/src/layout/components/tags.vue
@@ -3,7 +3,7 @@
-
- {{ tag.meta.title }}
+ {{ tag.meta.title }}
diff --git a/src/style/app.less b/src/style/app.less
index dc5d1837..efe4dc81 100644
--- a/src/style/app.less
+++ b/src/style/app.less
@@ -79,10 +79,11 @@ a,button,input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing: bo
.adminui-topbar .menu-collapse:hover {background-image: linear-gradient(90deg, #d9ecff, transparent);}
.adminui-tags {height:35px;background: #fff;border-bottom: 1px solid #e6e6e6;box-shadow: 0 1px 4px rgba(0,21,41,.08);}
-.adminui-tags li {cursor: pointer;display: inline-block;float: left;height:34px;line-height: 34px;}
+.adminui-tags li {cursor: pointer;display: inline-block;float: left;height:34px;line-height: 34px;position: relative;}
+.adminui-tags li::after {content: " ";width:1px;height:100%;position: absolute;right:0px;background-image: linear-gradient(#fff, #e6e6e6);}
.adminui-tags li a {display: inline-block;padding:0 10px;width:100%;height:100%;color: #999;text-decoration:none;}
-.adminui-tags li i {margin-left:10px;padding:3px;}
-.adminui-tags li i:hover {background: #ff5722;color: #fff;}
+.adminui-tags li i {margin-left:10px;padding:3px;border-radius: 3px;}
+.adminui-tags li i:hover {background: rgba(0,0,0,.2);color: #fff;}
.adminui-tags li:hover {background: #ecf5ff;}
.adminui-tags li.active {background: @--color-primary;}
.adminui-tags li.active a {color: #fff;}
diff --git a/src/style/fix.less b/src/style/fix.less
index 5d5e9bdd..442a4ea1 100644
--- a/src/style/fix.less
+++ b/src/style/fix.less
@@ -14,7 +14,9 @@
.el-main.nopadding {padding:0;background: #fff;}
.el-drawer__body {overflow: auto;}
.el-popconfirm__main {margin: 14px 0;}
-.el-card__header {border-bottom: 0}
+.el-card__header {border-bottom: 0;font-size: 17px;font-weight: bold;padding:15px 20px;}
+.el-dialog__title {font-size: 17px;font-weight: bold;}
+.el-drawer__header>:first-child {font-size: 17px;font-weight: bold;}
.el-tree.menu .el-tree-node__content {height:36px;}
.el-input-number__decrease, .el-input-number__increase {top:2px;}
.el-menu-item [class^=sc-icon-] {font-size: 18px;display: inline-block;line-height: 1;}
diff --git a/src/views/home/stats/components/C1.vue b/src/views/home/stats/components/C1.vue
index 092cfe91..783b1a04 100644
--- a/src/views/home/stats/components/C1.vue
+++ b/src/views/home/stats/components/C1.vue
@@ -8,7 +8,7 @@
import scEcharts from '@/components/scEcharts';
export default {
- title:"模块1",
+ title: "实时收入",
components: {
scEcharts
},
diff --git a/src/views/home/stats/components/C2.vue b/src/views/home/stats/components/C2.vue
index ac67f18d..62ffbfdd 100644
--- a/src/views/home/stats/components/C2.vue
+++ b/src/views/home/stats/components/C2.vue
@@ -15,7 +15,7 @@