From eb8389e02c421bac919b296d8d9ea644a9cdfe67 Mon Sep 17 00:00:00 2001 From: xuhuihui <3548508071@qq.com> Date: Fri, 17 Jun 2022 11:10:39 +0800 Subject: [PATCH] commit --- 04.系统编码/Frontend/src/model/high-chart-create.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/04.系统编码/Frontend/src/model/high-chart-create.ts b/04.系统编码/Frontend/src/model/high-chart-create.ts index 0addd7c..70c6692 100644 --- a/04.系统编码/Frontend/src/model/high-chart-create.ts +++ b/04.系统编码/Frontend/src/model/high-chart-create.ts @@ -86,7 +86,7 @@ export class HighChartCreate { text: text, style: { color: '#000000', - fontSize: '22px', + fontSize: '20px', fontFamily: '微软雅黑', fontWeight: '300' } @@ -110,14 +110,14 @@ export class HighChartCreate { text: text, style: { color: '#000000', - fontSize: '22px', + fontSize: '20px', fontFamily: '微软雅黑', fontWeight: '400' } }, labels: { style: { - fontSize:'18px' + fontSize: '18px' }, }, max: max, @@ -135,7 +135,7 @@ export class HighChartCreate { text: text, style: { color: '#000000', - fontSize: '22px', + fontSize: '20px', fontFamily: '微软雅黑', fontWeight: '300' }