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)
} else {
$($(this)).on('load', function () {
// image now loaded
$('.billing-list').css('paddingTop', this.height)
console.log('load', this.height)
$('.billing-list').css('paddingTop', this.height + 37)
});
}
});

Loading…
Cancel
Save