Browse Source

“止盈”和“止损”加入白色描边

dev
宋杰 2 days ago
parent
commit
a5337f3d93
  1. 8
      src/views/components/emoEnergyConverter.vue

8
src/views/components/emoEnergyConverter.vue

@ -570,7 +570,9 @@ function initQXNLZHEcharts(kline, qxnlzhqData) {
text: {
color: '#FF0000',
fontSize: 14,
fontWeight: 'bold'
fontWeight: 'bold',
textBorderColor: '#ffffff',
textBorderWidth: 2
}
},
offset: [-20, 0]
@ -627,7 +629,9 @@ function initQXNLZHEcharts(kline, qxnlzhqData) {
text: {
color: '#001EFF',
fontSize: 14,
fontWeight: 'bold'
fontWeight: 'bold',
textBorderColor: '#ffffff',
textBorderWidth: 2
}
},
offset: [-20, 0]

Loading…
Cancel
Save