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: {
maxTableHeight() {
return this.clientHeight - 520;
return this.$store.state.inIframe ? this.clientHeight - 410 : this.clientHeight - 520;
},
...mapGetters(["clientHeight"]),
},

Loading…
Cancel
Save