From fd48e55021c4920a1c5a2129ede186b15a41beb4 Mon Sep 17 00:00:00 2001 From: junjun Date: Mon, 12 Dec 2022 10:21:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=8C=87=E6=A0=87=E5=8D=A1=E3=80=81=E6=96=87=E6=9C=AC=E5=8D=A1?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=9E=82=E7=9B=B4=E5=B1=85=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/normal/LabelNormal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/components/normal/LabelNormal.vue b/frontend/src/views/chart/components/normal/LabelNormal.vue index 6723b15d8f..52aab307f2 100644 --- a/frontend/src/views/chart/components/normal/LabelNormal.vue +++ b/frontend/src/views/chart/components/normal/LabelNormal.vue @@ -157,7 +157,7 @@ export default { this.$nextTick(function() { if (that.$refs.tableContainer) { const currentHeight = that.$refs.tableContainer.offsetHeight - const contentHeight = currentHeight - that.$refs.title.offsetHeight - 16 + const contentHeight = currentHeight - that.$refs.title.offsetHeight - 8 that.height = contentHeight + 'px' that.content_class.height = that.height }