From 20c3de7be38956acb3eee04452b63e9510102044 Mon Sep 17 00:00:00 2001 From: junjun Date: Thu, 9 Jun 2022 20:21:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=86=E5=9B=BE=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=8F=AF=E8=B0=83=E6=95=B4=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 6d7763c10f..0a8f3d1560 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1290,6 +1290,7 @@ export default { this.hasEdit = (this.panelViewEditInfo[this.param.id] || false) }, chartInit() { + this.fieldShow = false this.resetDrill() this.initFromPanel() this.getChart(this.param.id) @@ -2895,8 +2896,7 @@ span { } .field-split{ - height: 700px; - // height: calc(100% - 40px); + height: calc(100% - 40px); }