Browse Source

Merge branch 'master' into shibei_master

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

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

@ -189,7 +189,9 @@ export default {
}, },
computed: { computed: {
maxTableHeight() { maxTableHeight() {
return this.$store.state.inIframe ? this.clientHeight - 410 : this.clientHeight - 520; return this.$store.state.inIframe
? this.clientHeight - 520 - 120
: this.clientHeight - 520;
}, },
...mapGetters(["clientHeight"]), ...mapGetters(["clientHeight"]),
}, },
@ -380,7 +382,7 @@ export default {
overflow-y: auto; overflow-y: auto;
&.z-iframe { &.z-iframe {
height: calc(100vh - 100px); height: calc(100vh - 210px - 120px);
} }
&::-webkit-scrollbar { &::-webkit-scrollbar {
@ -450,6 +452,7 @@ export default {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
margin-bottom: 10px; margin-bottom: 10px;
width: calc(100% - 70px);
} }
.item-prop { .item-prop {
display: flex; display: flex;

Loading…
Cancel
Save