This commit is contained in:
2022-11-15 15:49:19 +08:00
parent cae4bc1af0
commit 2458e523ba
2 changed files with 5 additions and 24489 deletions

View File

@@ -1364,6 +1364,11 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util'], function(exports){
if(options.page){
bodyHeight -= (that.layPage.outerHeight() || 41);
}
// 减去筛选插件高度
// console.log(this.layBorderBox.find(".soul-bottom-contion"))
if(this.layBorderBox.find(".soul-bottom-contion")[0]){
bodyHeight -= (this.layBorderBox.find(".soul-bottom-contion")[0].offsetHeight || 31);
}
console.log(bodyHeight,"bodyHeight")
let h = bodyHeight - 2 - parseFloat(that.layMain.css('height'));
// console.log(h)