Browse Source

Merge branch 'master' into shibei_master

shibei_master
dai 3 years ago
parent
commit
fb892918b6
  1. 4
      src/views/modules/communityService/dqfwzx/index.vue

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

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

Loading…
Cancel
Save