tianq 2 years ago
parent
commit
decf5ce1eb
  1. 2
      src/views/modules/census/census-accountList.vue

2
src/views/modules/census/census-accountList.vue

@ -242,7 +242,7 @@ export default {
}, },
computed: { computed: {
maxTableHeight() { maxTableHeight() {
this.TableHeight = this.$store.state.inIframe ? this.clientHeight - 460 + this.iframeHeigh : this.clientHeight - 460; this.TableHeight = this.$store.state.inIframe ? this.clientHeight - 420 + this.iframeHeigh : this.clientHeight - 420;
return this.TableHeight; return this.TableHeight;
}, },

Loading…
Cancel
Save