From a16a303835ad59d7d63b4f8dda3f837e62974e57 Mon Sep 17 00:00:00 2001 From: xuhuihui <3548508071@qq.com> Date: Fri, 17 Jun 2022 10:42:37 +0800 Subject: [PATCH] commit --- .../Frontend/src/model/high-chart-create.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/04.系统编码/Frontend/src/model/high-chart-create.ts b/04.系统编码/Frontend/src/model/high-chart-create.ts index a3778ef..0addd7c 100644 --- a/04.系统编码/Frontend/src/model/high-chart-create.ts +++ b/04.系统编码/Frontend/src/model/high-chart-create.ts @@ -93,7 +93,7 @@ export class HighChartCreate { }, labels: { style: { - fontSize:'18px', + fontSize:'20px', }, }, max: max, @@ -110,14 +110,14 @@ export class HighChartCreate { text: text, style: { color: '#000000', - fontSize: '20px', + fontSize: '22px', fontFamily: '微软雅黑', - fontWeight: 'normal' + fontWeight: '400' } }, labels: { style: { - fontSize:'19px' + fontSize:'18px' }, }, max: max, @@ -143,7 +143,7 @@ export class HighChartCreate { labels: { y: 8, style: { - fontSize:'18px' + fontSize:'20px' }, }, max: max, @@ -169,7 +169,7 @@ export class HighChartCreate { enabled: enabled, itemStyle : { fontSize: '20px', - fontWeight : '500' + fontWeight: '300' } } }