diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index 2985d8e49..e2398f2b0 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -498,8 +498,8 @@ } } }, - // 获取panel详情数据,获取panel下所有chart列表 + // 获取panel详情数据,获取panel下所有chart列表 getData(params) { const param = { panelId: params.panelId, diff --git a/nezha-fronted/src/components/common/js/tools.js b/nezha-fronted/src/components/common/js/tools.js index 2a03b264c..ab7dbd693 100644 --- a/nezha-fronted/src/components/common/js/tools.js +++ b/nezha-fronted/src/components/common/js/tools.js @@ -267,13 +267,13 @@ export const bottomBoxWindow = { //副列表 document.querySelector(".sub-list").style.height = vm.bottomBox.mainListHeight ? contentRightHeight-vm.bottomBox.mainListHeight-9 + 'px' : 'calc(50% - 4px)'; setTimeout(() => { - vm.bottomBox.isFullScreen = false; if (document.querySelector(".main-list-with-sub").offsetHeight >= 100) { - vm.mainResizeShow = true; + vm.bottomBox.mainResizeShow = true; } if (document.querySelector(".sub-list").offsetHeight >= 100) { vm.bottomBox.subResizeShow = true; } + vm.bottomBox.isFullScreen = false; window.resizing = false; }, 210); }, diff --git a/nezha-fronted/src/components/common/leftMenu.vue b/nezha-fronted/src/components/common/leftMenu.vue index 32a3eca31..e8d395b18 100644 --- a/nezha-fronted/src/components/common/leftMenu.vue +++ b/nezha-fronted/src/components/common/leftMenu.vue @@ -9,7 +9,7 @@