From 013ed9283200da41902835f9fd679df13299d436 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 31 八月 2023 12:53:53 +0800 Subject: [PATCH] 扬尘Vue --- src/views/line_graph/components/LineChart.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/line_graph/components/LineChart.vue b/src/views/line_graph/components/LineChart.vue index e1c4b89..71bf7f5 100644 --- a/src/views/line_graph/components/LineChart.vue +++ b/src/views/line_graph/components/LineChart.vue @@ -116,7 +116,6 @@ // 璺熼〉闈㈠搷搴斿紡鍙樺寲 resizeChart() { // this.chart.resize(); - // delay(600).then(() => this.chart.resize()); this.$nextTick(() => { if (this.chart) { this.chart.resize(); @@ -130,7 +129,7 @@ <style> .line-chart { width: 100%; - height: 35vh; + height: 300px; margin-top: 25px; } </style> -- Gitblit v1.9.3