From 81ccb35efb92e8fe94cb3ec4ccf8de4a8b47673b Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Wed, 18 Nov 2020 13:55:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=B7=E6=96=B0=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E9=81=AE=E7=BD=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chart-list.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index f5af8847c..5844b0063 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -673,6 +673,7 @@ } this.dataList = [...this.dataTotalList]; + this.showShadow=false; this.$nextTick(() => { if (this.dataList.length > 0 ) { this.dataList.forEach((item,index) => {