Browse Source

feat:趋势样式调整

pull/123/head
xiaojinfei 3 days ago
parent
commit
25c55571e7
  1. 7
      src/views/exa/HistoryLine.vue

7
src/views/exa/HistoryLine.vue

@ -60,8 +60,9 @@ watch(
text: props.title,
show: true,
textStyle: { //
fontFamily: 'sans-serif', //
fontWeight: 350,
fontFamily:
'"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif',
fontWeight: 600,
color: 'black', //
fontSize: 16, //
},
@ -87,7 +88,7 @@ watch(
//
grid: {
x: '2%',
y: '5%',
y: '10%',
x2: '2%',
y2: '10%',
containLabel: false,

Loading…
Cancel
Save