Commit f43ff18e authored by 朱彩云's avatar 朱彩云

fix(全部账单): 全部账单表格高度调整

parent e2bd951b
......@@ -860,7 +860,7 @@ export default {
const paddingB = parseFloat(style.getPropertyValue('padding-bottom'))
const paddingSum = paddingT + paddingB
this.tableHeight = containterH - 340 - gobackH - paddingSum
this.tableHeight1 = containterH - 360 - gobackH - paddingSum
this.tableHeight1 = containterH - 400 - gobackH - paddingSum
console.log(this.tableHeight, '=========tableHeight')
// 设置每页展示条数
const pageSize = Math.floor((this.tableHeight1 - 10) / 32)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment