Browse Source

页面高度

feature
mk 2 years ago
parent
commit
aef780eca9
  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