Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
eb8389e02c
  1. 6
      04.系统编码/Frontend/src/model/high-chart-create.ts

6
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,7 +110,7 @@ export class HighChartCreate {
text: text,
style: {
color: '#000000',
fontSize: '22px',
fontSize: '20px',
fontFamily: '微软雅黑',
fontWeight: '400'
}
@ -135,7 +135,7 @@ export class HighChartCreate {
text: text,
style: {
color: '#000000',
fontSize: '22px',
fontSize: '20px',
fontFamily: '微软雅黑',
fontWeight: '300'
}

Loading…
Cancel
Save