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/imgPieChart.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/charts/imgPieChart.vue b/src/components/charts/imgPieChart.vue index 9e285b0..fd5e4c8 100644 --- a/src/components/charts/imgPieChart.vue +++ b/src/components/charts/imgPieChart.vue @@ -79,7 +79,7 @@ rich: { yellow: { color: "#f67f21", - fontSize: chartFontsize(16), + fontSize: chartFontsize(20), fontWeight: '600', padding: [chartFontsize(4), 0, 0, 0], align: 'center' @@ -87,7 +87,7 @@ white: { color: "#ffffff", align: 'center', - fontSize: chartFontsize(12), + fontSize: chartFontsize(16), padding: chartFontsize(4) }, hr: { -- Gitblit v1.9.1