Rieko-wang 2 years ago
parent
commit
64530bf3e7
  1. 6
      index.html

6
index.html

@ -121,11 +121,7 @@
$('.billing-list').css('paddingTop', this.height + 37) $('.billing-list').css('paddingTop', this.height + 37)
} else { } else {
$($(this)).on('load', function () { $($(this)).on('load', function () {
// image now loaded $('.billing-list').css('paddingTop', this.height + 37)
$('.billing-list').css('paddingTop', this.height)
console.log('load', this.height)
}); });
} }
}); });

Loading…
Cancel
Save