From 1cf3da9003ee0c753d476e9a248729dc6039abc5 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 16 Jul 2021 17:14:04 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-843=20fix:=20=E4=BF=AE=E5=A4=8D=E9=80=80?= =?UTF-8?q?=E5=87=BA=E5=85=A8=E5=B1=8F=E5=90=8Etable=E5=88=97=E9=94=99?= =?UTF-8?q?=E4=BD=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/js/tools.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nezha-fronted/src/components/common/js/tools.js b/nezha-fronted/src/components/common/js/tools.js index 204e2a812..f48d9b74f 100644 --- a/nezha-fronted/src/components/common/js/tools.js +++ b/nezha-fronted/src/components/common/js/tools.js @@ -222,6 +222,10 @@ export const bottomBoxWindow = { } vm.bottomBox.isFullScreen = false window.resizing = false + vm.$nextTick(() => { + const table = vm.$refs.dataTable || vm.$parent.$refs.dataTable + table.$refs.dataTable.doLayout() + }) }, 210) }, fullScreen (vm) {