diff --git a/04.系统编码/Frontend/src/components/RamanLidar.vue b/04.系统编码/Frontend/src/components/RamanLidar.vue index e6a5443..720a12d 100644 --- a/04.系统编码/Frontend/src/components/RamanLidar.vue +++ b/04.系统编码/Frontend/src/components/RamanLidar.vue @@ -771,7 +771,7 @@ export default { axiosStore._axiosPromiseCancel.forEach(e => { e && e() }); - + axiosStore._axiosPromiseCancel = []; } diff --git a/04.系统编码/Frontend/src/model/high-chart-create.ts b/04.系统编码/Frontend/src/model/high-chart-create.ts index 78e9105..1a6293e 100644 --- a/04.系统编码/Frontend/src/model/high-chart-create.ts +++ b/04.系统编码/Frontend/src/model/high-chart-create.ts @@ -124,9 +124,9 @@ export class HighChartCreate { text: text, style: { color: '#000000', - fontSize: '20px', + fontSize: '22px', fontFamily: '微软雅黑', - fontWeight: 'normal' + fontWeight: '500' } }, labels: { @@ -157,8 +157,8 @@ export class HighChartCreate { y: 0, enabled: enabled, itemStyle : { - 'fontSize' : '18px', - 'fontWeight' : 'normal' + fontSize: '22px', + fontWeight : '500' } } }