From 0c608a90be1bc9e8a2b47937fad444d0486520d0 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Thu, 24 Jul 2025 13:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/newDataAnalysis/overallEfficiency.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/pages/newDataAnalysis/overallEfficiency.html b/pages/newDataAnalysis/overallEfficiency.html index c4bd19d..35800b8 100644 --- a/pages/newDataAnalysis/overallEfficiency.html +++ b/pages/newDataAnalysis/overallEfficiency.html @@ -30,15 +30,19 @@ body { background-color: transparent; color: var(--dark); - min-height: 100vh; + /* min-height: 98vh; */ + height: 100%; overflow-x: hidden; - padding: 20px; + /* padding: 20px; */ } .container { max-width: 1400px; + height: 100%; margin: 0 auto; - padding: 20px; + + /* padding: 20px; */ + padding: 50px 20px 0 20px; } header { @@ -679,8 +683,8 @@ let url = commonUrl + "screen/Dashapi/pages/dashInfo"; ajaxRequest(url, "get", "", true, function () { }, function (result) { - console.log("22222222222222222") - console.log(JSON.stringify(result)); + // console.log("22222222222222222") + // console.log(JSON.stringify(result)); pageData=result; initPage(); }, function (xhr, status, error) { @@ -769,7 +773,8 @@ }); // 渲染页脚 - document.getElementById('footer-text').textContent = pageData.footer; + // document.getElementById('footer-text').textContent = pageData.footer; + document.getElementById('footer-text').textContent = ''; } // 渲染二级页面