From 161741b7683d0c5b5e553ecc4e1276950cb75b40 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 28 八月 2023 17:48:31 +0800 Subject: [PATCH] modified: .env.development modified: src/views/chart/work/index.vue --- .env.development | 2 +- src/views/chart/work/index.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index d00c942..bee5b10 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'http://192.168.110.107:1234/' +VUE_APP_BASE_API = 'http://192.168.137.116:1234/' diff --git a/src/views/chart/work/index.vue b/src/views/chart/work/index.vue index 399ab21..d958e62 100644 --- a/src/views/chart/work/index.vue +++ b/src/views/chart/work/index.vue @@ -326,6 +326,9 @@ axisPointer: { type: 'shadow' }, + nameTextStyle:{ + padding:20 + } } ], yAxis: [ @@ -374,7 +377,7 @@ return value + ' %'; } }, - data: [{value:20},{value:40}], + data: data2, itemStyle: { color: '#d2eec5' } -- Gitblit v1.9.3