From 4fd2ee6a4d4bc12a8141318bf36be676ac826a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=AF=A1?= Date: Mon, 19 Sep 2022 18:40:35 +0800 Subject: [PATCH] fix: The left menu area shake --- assets/public/js/application.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/public/js/application.js b/assets/public/js/application.js index fd8672f..7d02acd 100644 --- a/assets/public/js/application.js +++ b/assets/public/js/application.js @@ -88,9 +88,9 @@ return (this.top = offsetTop - navOuterHeight - sideBarMargin + 15) }, - bottom: function () { - return (this.bottom = $('.footer').outerHeight(true)) - } + // bottom: function () { + // return (this.bottom = $('.footer').outerHeight(true)) + // } } }) // }, 100);