Browse Source

Merge branch 'jump' into preview

feature
mk 2 years ago
parent
commit
0a51ec1e80
  1. 2
      src/views/modules/base/nonIntResi/nonIntResi.vue

2
src/views/modules/base/nonIntResi/nonIntResi.vue

@ -377,7 +377,7 @@ export default {
computed: {
maxTableHeight() {
const h = this.clientHeight - this.searchH - 330 + this.iframeHeight;
const _h = this.clientHeight - 330 - this.searchH;
const _h = this.clientHeight - 250 - this.searchH;
return this.$store.state.inIframe ? h : _h;
},
...mapGetters(["clientHeight", "iframeHeight"]),

Loading…
Cancel
Save