From 309528a5c1ac91b5f3a8faa28b6c57b3531d45c2 Mon Sep 17 00:00:00 2001 From: seatonwan9 <seatonwan9@163.com> Date: 星期一, 24 五月 2021 17:28:10 +0800 Subject: [PATCH] top位置 --- src/components/BaseNav/WasteGas/WasteGasRealChart.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BaseNav/WasteGas/WasteGasRealChart.vue b/src/components/BaseNav/WasteGas/WasteGasRealChart.vue index ed164f5..d8de3cf 100644 --- a/src/components/BaseNav/WasteGas/WasteGasRealChart.vue +++ b/src/components/BaseNav/WasteGas/WasteGasRealChart.vue @@ -497,8 +497,8 @@ } }, grid: { - top: '20%', - bottom: '15%' + top: '40px', + bottom: '30px' }, legend: { data: legend -- Gitblit v1.8.0