From e5c12fff9c21285575f0bb5c92b71b411bbe26e0 Mon Sep 17 00:00:00 2001 From: zyh Date: Fri, 13 Oct 2023 10:46:19 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-3222=20fix=EF=BC=9Anotebook=20=E4=B8=AD=20t?= =?UTF-8?q?able=20=E4=B8=8D=E4=BD=BF=E7=94=A8=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/page/notebook/notebook.scss | 12 +++++++++++ nezha-fronted/src/components/chart/chart.vue | 3 ++- .../src/components/chart/chart/chartTable.vue | 20 +++++++++++++------ .../common/bottomBox/tabs/notebookTab.vue | 2 +- .../common/rightBox/chart/chartConfig.vue | 4 ++++ .../common/rightBox/chart/chartRightBox.vue | 6 +++--- .../rightBox/chart/systemChartConfig.vue | 4 ++++ .../components/page/notebook/notebookList.vue | 5 ++++- nezha-fronted/src/entrance/exportHtml/App.vue | 3 +++ 9 files changed, 47 insertions(+), 12 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/page/notebook/notebook.scss b/nezha-fronted/src/assets/css/components/page/notebook/notebook.scss index f1cf5020e..131d428e7 100644 --- a/nezha-fronted/src/assets/css/components/page/notebook/notebook.scss +++ b/nezha-fronted/src/assets/css/components/page/notebook/notebook.scss @@ -118,6 +118,18 @@ } } } + .table-chart-wrap{ + height: auto !important; + min-height: 100px; + display: flex; + flex-direction: column; + .panel-chart{ + flex: 1; + .tabel-chart-box{ + height: auto !important; + } + } + } .no-data{ text-align: center; position: absolute; diff --git a/nezha-fronted/src/components/chart/chart.vue b/nezha-fronted/src/components/chart/chart.vue index 269e14606..0e8be79b7 100644 --- a/nezha-fronted/src/components/chart/chart.vue +++ b/nezha-fronted/src/components/chart/chart.vue @@ -2,7 +2,7 @@