|
@ -414,7 +414,7 @@ export default { |
|
|
computed: { |
|
|
computed: { |
|
|
...mapGetters(['clientHeight', 'iframeHeight']), |
|
|
...mapGetters(['clientHeight', 'iframeHeight']), |
|
|
tableHeight() { |
|
|
tableHeight() { |
|
|
const h = this.clientHeight - this.searchH - 310 + this.iframeHeigh |
|
|
const h = this.clientHeight - this.searchH - 310 + this.iframeHeight |
|
|
const _h = this.clientHeight - 310 - this.searchH |
|
|
const _h = this.clientHeight - 310 - this.searchH |
|
|
return this.$store.state.inIframe ? h : _h |
|
|
return this.$store.state.inIframe ? h : _h |
|
|
} |
|
|
} |
|
|