diff --git a/src/views/components/emoEnergyConverter.vue b/src/views/components/emoEnergyConverter.vue index e57e7cf..eacd251 100644 --- a/src/views/components/emoEnergyConverter.vue +++ b/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]