From e1b9ec79e092b3968d89230a2ad9bc7e66ffc3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sun, 17 Aug 2025 17:53:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=83=85=E7=BB=AA=E8=83=BD?= =?UTF-8?q?=E9=87=8F=E8=BD=AC=E5=8C=96=E5=99=A8y=E8=BD=B4=E9=81=AE?= =?UTF-8?q?=E6=8C=A1=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/emoEnergyConverter.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' },