From f97d79db0a0e048fdf4a277ef4b30bf53d9f96df Mon Sep 17 00:00:00 2001 From: whyczyk <525500596@qq.com> Date: 星期二, 23 三月 2021 17:23:11 +0800 Subject: [PATCH] 图表式样修改 --- src/components/charts/AcInput.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/charts/AcInput.vue b/src/components/charts/AcInput.vue index 9c51e2a..4e79fef 100644 --- a/src/components/charts/AcInput.vue +++ b/src/components/charts/AcInput.vue @@ -40,7 +40,7 @@ y: 'center', textStyle: { color: "#fff", - fontSize: 40, + fontSize: 24, } }, series: [{ @@ -60,7 +60,7 @@ axisLine: { show: true, lineStyle: { - width: 40, + width: 20, color: [ [ sendData.data / 100, this.acColor -- Gitblit v1.9.1