From c53a14c3a417e6af7645611e5427a2d8277d5843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Wed, 26 Jan 2022 23:46:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=B8=80=E4=BA=9B=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +- src/views/dashboard/components/PieChart.vue | 2 +- src/views/dashboard/index.vue | 59 ++++++++++++++++----- src/views/login/index.vue | 2 +- 4 files changed, 50 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 9cb826e7..91d62627 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "vue3-element-admin", + "name": "mall-admin-web", "version": "0.0.0", "scripts": { "dev": "vite serve --mode development", @@ -11,6 +11,7 @@ "@wangeditor/editor": "^0.13.6", "@wangeditor/editor-for-vue": "^5.1.8-6", "axios": "^0.24.0", + "better-scroll": "^2.4.2", "echarts": "^5.2.2", "element-plus": "^1.2.0-beta.6", "nprogress": "^0.2.0", diff --git a/src/views/dashboard/components/PieChart.vue b/src/views/dashboard/components/PieChart.vue index 7841f289..910b1de8 100644 --- a/src/views/dashboard/components/PieChart.vue +++ b/src/views/dashboard/components/PieChart.vue @@ -47,7 +47,7 @@ function initChart() { pieChart.setOption({ title: { show: true, - text: '产品品类分部总览南丁格尔饼图', + text: '产品分类总览南丁格尔饼图', x: 'center', padding: 15, textStyle: { diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index ac52601d..d2acfa45 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -2,7 +2,7 @@
- +
@@ -64,7 +64,6 @@ - @@ -113,13 +112,13 @@ 后端技术栈 - + Spring Boot、Spring Cloud & Alibaba、Spring Security OAuth2、JWT、Seata、Sentinel、Elastic Stack ... - + 前端技术栈 @@ -135,16 +134,32 @@ - - + + +
+
    +
  • 12
  • +
  • 12
  • +
  • 123
  • +
  • 12
  • +
  • 123
  • +
  • 33
  • +
  • 33
  • +
  • 33
  • +
  • 33
  • +
  • 33
  • +
  • 33
  • +
  • 33
  • +
+
- +
@@ -176,7 +191,7 @@ @@ -353,6 +384,7 @@ const {updateLogActiveName, contactActiveName, documentActiveName} = toRefs(stat .project-card { font-size: 14px; + &__main { line-height: 28px; } @@ -360,6 +392,7 @@ const {updateLogActiveName, contactActiveName, documentActiveName} = toRefs(stat .team-card { font-size: 14px; + &__main { line-height: 28px; } diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 98cfb1eb..073ee8e1 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -2,7 +2,7 @@