fix content height is incorrect sometimes

master
MaysWind 2021-02-14 19:36:19 +08:00
parent e28e7c5fde
commit 97b00fc32e
1 changed files with 4 additions and 0 deletions

View File

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