diff --git a/src/views/components/emoEnergyConverter.vue b/src/views/components/emoEnergyConverter.vue index 8cab78c..3cb7841 100644 --- a/src/views/components/emoEnergyConverter.vue +++ b/src/views/components/emoEnergyConverter.vue @@ -850,12 +850,12 @@ function initQXNLZHEcharts(kline, qxnlzhqData) { // } ], grid: { - left: "13%", + left: window.innerWidth >= 768 ? "13%" : "18%", right: "10", top: '10', bottom: "60", containLabel: false, - width: '80%', + width: window.innerWidth >= 768 ? '80%': '70%', height: 'auto', overflow: 'hidden' },