From 229667749acb2a39b298189a4753798dae93b9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Wed, 27 Jul 2022 17:02:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/static/js/echartsCommon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/static/js/echartsCommon.js b/ruoyi-admin/src/main/resources/static/js/echartsCommon.js index 7b3da2e..4ead988 100644 --- a/ruoyi-admin/src/main/resources/static/js/echartsCommon.js +++ b/ruoyi-admin/src/main/resources/static/js/echartsCommon.js @@ -954,7 +954,7 @@ const lineChart = function (data, id) { } let option = { grid: { - top: '20%', + top: '34%', left: '5%', right: '5%', bottom: '8%', @@ -1044,7 +1044,7 @@ const lineChart = function (data, id) { color: "#a8aab0", fontStyle: "normal", fontFamily: "微软雅黑", - fontSize: 0.75 * vw, + fontSize: 0.5 * vw, }, }, },