diff --git a/epmet-oper-web/src/views/modules/productConfig/footbar/FootbarList.vue b/epmet-oper-web/src/views/modules/productConfig/footbar/FootbarList.vue index 5497a8e..4e0e73b 100644 --- a/epmet-oper-web/src/views/modules/productConfig/footbar/FootbarList.vue +++ b/epmet-oper-web/src/views/modules/productConfig/footbar/FootbarList.vue @@ -232,7 +232,7 @@ export default { }, computed: { tableHeight () { - return this.clientHeight - 60 - 80 - 80 - 280 + return this.clientHeight - 60 - 330 }, ...mapGetters(['clientHeight', 'env']) },