From 6096f85edacb3137f5c6293145a9c8386410fc51 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 6 May 2021 15:44:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E9=AB=98=E5=BA=A6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/table/TableNormal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/components/table/TableNormal.vue b/frontend/src/views/chart/components/table/TableNormal.vue index 4936bf98c5..3e0055582c 100644 --- a/frontend/src/views/chart/components/table/TableNormal.vue +++ b/frontend/src/views/chart/components/table/TableNormal.vue @@ -113,7 +113,7 @@ export default { const that = this setTimeout(function() { const currentHeight = document.documentElement.clientHeight - const tableMaxHeight = currentHeight - 56 - 40 - 84 - that.$refs.title.offsetHeight - 8 * 2 - 20 + const tableMaxHeight = currentHeight - 56 - 40 - 84 - that.$refs.title.offsetHeight - 20 let tableHeight if (that.chart.data) { tableHeight = (that.chart.data.tableRow.length + 2) * 36