From 0a619b7a46c88919fa29d19206799622cd408b2b Mon Sep 17 00:00:00 2001 From: xuhuihui <3548508071@qq.com> Date: Mon, 13 Jun 2022 17:40:32 +0800 Subject: [PATCH] commit --- 04.系统编码/Frontend/src/components/RamanLidar.vue | 2 +- 04.系统编码/Frontend/src/model/high-chart-create.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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' } } }