Rieko-wang 2 years ago
parent
commit
cb8eefd59d
  1. 4
      index.html

4
index.html

@ -126,10 +126,10 @@
$("#m1").each(function () { $("#m1").each(function () {
if (this.complete) { if (this.complete) {
console.log('complete', this.height) console.log('complete', this.height)
$('.billing-list').css('paddingTop', this.height + 45) $('.billing-list').css('paddingTop', this.height + 41)
} else { } else {
$($(this)).on('load', function () { $($(this)).on('load', function () {
$('.billing-list').css('paddingTop', this.height + 45) $('.billing-list').css('paddingTop', this.height + 41)
}); });
} }
}); });

Loading…
Cancel
Save