|
@ -232,7 +232,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
computed: { |
|
|
computed: { |
|
|
tableHeight () { |
|
|
tableHeight () { |
|
|
return this.clientHeight - 60 - 80 - 80 - 280 |
|
|
return this.clientHeight - 60 - 330 |
|
|
}, |
|
|
}, |
|
|
...mapGetters(['clientHeight', 'env']) |
|
|
...mapGetters(['clientHeight', 'env']) |
|
|
}, |
|
|
}, |
|
|