|
@ -189,7 +189,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
maxTableHeight() { |
|
|
maxTableHeight() { |
|
|
return this.clientHeight - 520; |
|
|
return this.$store.state.inIframe ? this.clientHeight - 410 : this.clientHeight - 520; |
|
|
}, |
|
|
}, |
|
|
...mapGetters(["clientHeight"]), |
|
|
...mapGetters(["clientHeight"]), |
|
|
}, |
|
|
}, |
|
|