Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
0a619b7a46
  1. 2
      04.系统编码/Frontend/src/components/RamanLidar.vue
  2. 8
      04.系统编码/Frontend/src/model/high-chart-create.ts

2
04.系统编码/Frontend/src/components/RamanLidar.vue

@ -771,7 +771,7 @@ export default {
axiosStore._axiosPromiseCancel.forEach(e => { axiosStore._axiosPromiseCancel.forEach(e => {
e && e() e && e()
}); });
axiosStore._axiosPromiseCancel = []; axiosStore._axiosPromiseCancel = [];
} }

8
04.系统编码/Frontend/src/model/high-chart-create.ts

@ -124,9 +124,9 @@ export class HighChartCreate {
text: text, text: text,
style: { style: {
color: '#000000', color: '#000000',
fontSize: '20px', fontSize: '22px',
fontFamily: '微软雅黑', fontFamily: '微软雅黑',
fontWeight: 'normal' fontWeight: '500'
} }
}, },
labels: { labels: {
@ -157,8 +157,8 @@ export class HighChartCreate {
y: 0, y: 0,
enabled: enabled, enabled: enabled,
itemStyle : { itemStyle : {
'fontSize' : '18px', fontSize: '22px',
'fontWeight' : 'normal' fontWeight : '500'
} }
} }
} }

Loading…
Cancel
Save