From 4809d1e8efa8de03e80ca722ef3056b7dd76bf41 Mon Sep 17 00:00:00 2001 From: ljx <864490211@qq.com> Date: Fri, 21 Mar 2025 16:09:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E5=8A=A0=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/baozuo-demo/BottomCharts.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/baozuo-demo/BottomCharts.vue b/src/components/baozuo-demo/BottomCharts.vue index 3cb2090..3caeabd 100644 --- a/src/components/baozuo-demo/BottomCharts.vue +++ b/src/components/baozuo-demo/BottomCharts.vue @@ -190,7 +190,7 @@ export default { data: generateRandomData(60, 'U1机芯'), index: true, headerHeight: 50, - columnWidth: [80, 300], + columnWidth: [80, 300,400], align: ['center'], //waitTime: 300000, }, @@ -200,7 +200,7 @@ export default { data: generateRandomData(30, 'U1盖板'), headerHeight: 50, index: true, - columnWidth: [80, 300], + columnWidth: [80, 300,400], align: ['center'] }, @@ -210,7 +210,7 @@ export default { data: generateRandomData(30, 'U1C智能坐便器[220V]'), headerHeight: 50, index: true, - columnWidth: [80, 300], + columnWidth: [80, 300,400], align: ['center'] }, config4: { @@ -218,7 +218,7 @@ export default { data: generateRandomData(30, 'U1机芯2'), headerHeight: 50, index: true, - columnWidth: [80, 300], + columnWidth: [80, 300,400], align: ['center'] }, }