From cf1f83dcba044d4cf0666b579ae499c20b8b36ac Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Wed, 20 Oct 2021 16:22:19 +0800 Subject: [PATCH] =?UTF-8?q?style:=20asset,endpoint=20=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E8=8F=9C=E5=8D=95=EF=BC=8Cdetail,Metrcs=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/bottomBox/bottomBox.vue | 6 ++++++ .../src/components/common/bottomBox/tabs/endpointQuery.vue | 2 +- .../src/components/common/bottomBox/tabs/panelTabNew.vue | 2 +- nezha-fronted/src/components/common/js/tools.js | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index cd4b40e01..defe32216 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -417,5 +417,11 @@ export default { .bottom-box .sub-container .nz-table2{ height: calc(100% - 20px); } +.asset-detail .sub-container .nz-table2 { + height: 100%; +} +.endpoint-tab-new .sub-container .nz-table2 { + height: 100%; +} /* end--二级顶部工具栏*/ diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQuery.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQuery.vue index 6daae9895..aa01d7c1e 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQuery.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQuery.vue @@ -1,5 +1,5 @@