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