fix content height is incorrect sometimes

This commit is contained in:
MaysWind 2021-02-14 19:36:19 +08:00
parent e28e7c5fde
commit 97b00fc32e

View file

@ -11,6 +11,10 @@
$(window, '.wrapper').resize(function () {
fixContentWrapperHeight();
setInterval(function(){
fixContentWrapperHeight();
}, 1);
});
fixContentWrapperHeight();