From 32115ff15791831bb8a6687d42f28d6ca20c652d Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 7 Dec 2022 13:41:23 +0800 Subject: [PATCH] 123 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 39bf387..de5a428 100644 --- a/index.html +++ b/index.html @@ -126,10 +126,10 @@ $("#m1").each(function () { if (this.complete) { console.log('complete', this.height) - $('.billing-list').css('paddingTop', this.height + 52) + $('.billing-list').css('paddingTop', this.height + 48) } else { $($(this)).on('load', function () { - $('.billing-list').css('paddingTop', this.height + 52) + $('.billing-list').css('paddingTop', this.height + 48) }); } });