From bf9905fc65404ebaca3749e1b27556d3bb6edcc6 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 29 Jul 2021 15:08:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/modules/productConfig/footbar/FootbarList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) },