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 ccc7006bc..a34689ca7 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQuery.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQuery.vue @@ -1,6 +1,6 @@