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 @@