Browse Source

ss4

origin/bugfix_relocation
dai 3 years ago
parent
commit
8ea96bc0d2
  1. 4
      src/views/modules/communityService/dqfwzx/index.vue

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

@ -190,7 +190,7 @@ export default {
computed: {
maxTableHeight() {
return this.$store.state.inIframe
? this.clientHeight - 520 - 120
? this.clientHeight - 520 + 120
: this.clientHeight - 520;
},
...mapGetters(["clientHeight"]),
@ -382,7 +382,7 @@ export default {
overflow-y: auto;
&.z-iframe {
height: calc(100vh - 210px - 120px);
height: calc(100vh - 210px + 120px);
}
&::-webkit-scrollbar {

Loading…
Cancel
Save