From 64530bf3e79ef81e34b04f5a549dd516cd6062f4 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Sun, 4 Dec 2022 12:23:03 +0800 Subject: [PATCH] 11 --- index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/index.html b/index.html index 6e21e4b..89352db 100644 --- a/index.html +++ b/index.html @@ -121,11 +121,7 @@ $('.billing-list').css('paddingTop', this.height + 37) } else { $($(this)).on('load', function () { - // image now loaded - $('.billing-list').css('paddingTop', this.height) - - console.log('load', this.height) - + $('.billing-list').css('paddingTop', this.height + 37) }); } });