|
@ -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 { |
|
|