Browse Source

ss2

shibei_master
dai 3 years ago
parent
commit
2d9173fb19
  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