Browse Source

commit

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

1
04.系统编码/Frontend/src/components/DecisionSupport.vue

@ -485,6 +485,7 @@ export default {
} }
.raman-picture-container { .raman-picture-container {
padding-top: 20px;
width: 100%; width: 100%;
height: 90%; height: 90%;
.picture { .picture {

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

@ -86,9 +86,9 @@ export class HighChartCreate {
text: text, text: text,
style: { style: {
color: '#000000', color: '#000000',
fontSize: '20px', fontSize: '22px',
fontFamily: '微软雅黑', fontFamily: '微软雅黑',
fontWeight: 'normal' fontWeight: '300'
} }
}, },
labels: { labels: {
@ -135,9 +135,9 @@ export class HighChartCreate {
text: text, text: text,
style: { style: {
color: '#000000', color: '#000000',
fontSize: '20px', fontSize: '22px',
fontFamily: '微软雅黑', fontFamily: '微软雅黑',
fontWeight: '500' fontWeight: '300'
} }
}, },
labels: { labels: {

Loading…
Cancel
Save