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

24489
dist/layui.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -1364,6 +1364,11 @@ layui.define(['laytpl', 'laypage', 'layer', 'form', 'util'], function(exports){
if(options.page){ if(options.page){
bodyHeight -= (that.layPage.outerHeight() || 41); 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") console.log(bodyHeight,"bodyHeight")
let h = bodyHeight - 2 - parseFloat(that.layMain.css('height')); let h = bodyHeight - 2 - parseFloat(that.layMain.css('height'));
// console.log(h) // console.log(h)