diff --git a/nezha-fronted/src/components/common/js/tools.js b/nezha-fronted/src/components/common/js/tools.js index deddf8a4a..b52f4fa5e 100644 --- a/nezha-fronted/src/components/common/js/tools.js +++ b/nezha-fronted/src/components/common/js/tools.js @@ -343,14 +343,14 @@ export const bottomBoxWindow = { fullScreen (vm) { window.resizing = true const contentRightDom = document.querySelector('.list-page') // 右侧内容区 - const contentRightHeight = contentRightDom.offsetHeight // 可视高度 + // const contentRightHeight = contentRightDom.offsetHeight // 可视高度 vm.bottomBox.isFullScreen = true // 主列表 vm.bottomBox.mainListHeight = document.querySelector('.main-list-with-sub').offsetHeight // 记录全屏前主列表的高度 document.querySelector('.main-list-with-sub').style.height = '0' vm.bottomBox.mainResizeShow = false // 副列表 - document.querySelector('.sub-list').style.height = contentRightHeight + 'px' + document.querySelector('.sub-list').style.height = '100%' document.querySelector('.sub-list').style.top = 0 + 'px' window.resizing = false }, diff --git a/nezha-fronted/src/components/common/table/asset/assetVsysTable.vue b/nezha-fronted/src/components/common/table/asset/assetVsysTable.vue index 5a5c871cd..75ebf1135 100644 --- a/nezha-fronted/src/components/common/table/asset/assetVsysTable.vue +++ b/nezha-fronted/src/components/common/table/asset/assetVsysTable.vue @@ -31,7 +31,7 @@