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

4
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)
});
}
});

Loading…
Cancel
Save