From a2405d57b6b52322cdfe139c234466671a40fffc Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 7 Dec 2022 13:19:36 +0800 Subject: [PATCH] 123 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 46d96d3..85eceb0 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 + 37) + $('.billing-list').css('paddingTop', this.height + 28) } else { $($(this)).on('load', function () { - $('.billing-list').css('paddingTop', this.height + 37) + $('.billing-list').css('paddingTop', this.height + 28) }); } });