Browse Source

Merge branch 'master' into shibei_master

shibei_master
dai 4 years ago
parent
commit
5ca947ae0e
  1. 2
      src/views/modules/communityService/dqfwzx/index.vue

2
src/views/modules/communityService/dqfwzx/index.vue

@ -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"]),
}, },

Loading…
Cancel
Save