From c6c9570f75b78f9a1c7e639b57d81de2137d61f3 Mon Sep 17 00:00:00 2001
From: whyczyk <525500596@qq.com>
Date: 星期三, 24 三月 2021 14:44:48 +0800
Subject: [PATCH] 图表样式修改提交

---
 src/components/charts/abeamProChart.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/charts/abeamProChart.vue b/src/components/charts/abeamProChart.vue
index c0b8592..313650d 100644
--- a/src/components/charts/abeamProChart.vue
+++ b/src/components/charts/abeamProChart.vue
@@ -78,7 +78,7 @@
             axisLabel: {
               show: true,
               color: '#fff',
-              fontSize: chartFontsize(12),
+              fontSize: chartFontsize(14),
             },
             splitLine: {
               show: false
@@ -96,7 +96,7 @@
             axisLabel: {
               show: true,
               color: '#fff',
-              fontSize: chartFontsize(12),
+              fontSize: chartFontsize(14),
             },
             splitLine: {
               show: false

--
Gitblit v1.9.1