From 1851f65ad408f4a9f0f6282643ddee9c039cb883 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 20 Mar 2020 18:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/frameComponents/copyright/copyright.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/frameComponents/copyright/copyright.js b/public/frameComponents/copyright/copyright.js index 4d1a57019..10da89b09 100644 --- a/public/frameComponents/copyright/copyright.js +++ b/public/frameComponents/copyright/copyright.js @@ -20,7 +20,7 @@ const that = this window.onresize = () => { return (() => { - that.screenHeight = document.body.offsetHeight; + that.screenHeight = document.body.scrollHeight; })() } },