|
|
@ -1057,8 +1057,8 @@ export default { |
|
|
calculateTableHeight() { |
|
|
calculateTableHeight() { |
|
|
this.$nextTick(() => { |
|
|
this.$nextTick(() => { |
|
|
const windowHeight = window.innerHeight; |
|
|
const windowHeight = window.innerHeight; |
|
|
const headerHeight = this.searchExpanded ? 280 : 158; |
|
|
|
|
|
this.height = (windowHeight - headerHeight - 85) / 2 - 25; |
|
|
|
|
|
|
|
|
const headerHeight = this.searchExpanded ? 270 : 158; |
|
|
|
|
|
this.height = (windowHeight - headerHeight - 85) / 2 - 14; |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
// 切换查询条件展开/收起 |
|
|
// 切换查询条件展开/收起 |
|
|
|