筛选
This commit is contained in:
parent
cae4bc1af0
commit
2458e523ba
24489
dist/layui.js
vendored
24489
dist/layui.js
vendored
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user