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' }