From cb8eefd59d96770b9fe9e36ea347c7aa10da24b9 Mon Sep 17 00:00:00 2001 From: Rieko-wang Date: Wed, 7 Dec 2022 13:49:54 +0800 Subject: [PATCH] 1 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a92d388..7881077 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 + 45) + $('.billing-list').css('paddingTop', this.height + 41) } else { $($(this)).on('load', function () { - $('.billing-list').css('paddingTop', this.height + 45) + $('.billing-list').css('paddingTop', this.height + 41) }); } });