From fe2d24d07836270f5b3f46c213b5c4ac45f83078 Mon Sep 17 00:00:00 2001 From: whyczyk <525500596@qq.com> Date: 星期三, 03 三月 2021 17:25:48 +0800 Subject: [PATCH] 样式小问题修改 --- src/components/charts/triangleBarChart.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/charts/triangleBarChart.vue b/src/components/charts/triangleBarChart.vue index e211de3..5fdb2f4 100644 --- a/src/components/charts/triangleBarChart.vue +++ b/src/components/charts/triangleBarChart.vue @@ -62,7 +62,7 @@ data: sendData.xData, axisLine: { lineStyle: { - color: '#007ed3' + color: '#022664' } }, axisTick: { @@ -79,7 +79,7 @@ data: sendData.xData, axisLine: { lineStyle: { - color: '#007ed3' + color: '#022664' } }, axisTick: { @@ -103,7 +103,7 @@ axisLine: { show: true, lineStyle: { - color: '#007ed3' + color: '#022664' } }, axisLabel: { -- Gitblit v1.9.1