From 4f0097dc52ff92befa67f707697f1ca93e508d19 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 18 Jul 2023 10:07:03 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2996=20fix=EF=BC=9Adashboard=20template=20?= =?UTF-8?q?=E4=B8=AD=E8=B0=83=E6=95=B4=20asset=20infomation=20=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E6=9C=AA=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/chart/chartList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/chart/chartList.vue b/nezha-fronted/src/components/chart/chartList.vue index 92ebacda3..b176f9c1b 100644 --- a/nezha-fronted/src/components/chart/chartList.vue +++ b/nezha-fronted/src/components/chart/chartList.vue @@ -781,7 +781,7 @@ export default { } const tempList = n.map(item => { let param = '' - let height = '' + let height = item.height || '' if (this.isPhone && item.type !== 'group') { item.x = 0 item.y = 0