diff --git a/src/components/Analysis/Index.vue b/src/components/Analysis/Index.vue index cb83b6c..9433f35 100644 --- a/src/components/Analysis/Index.vue +++ b/src/components/Analysis/Index.vue @@ -23,7 +23,7 @@ const chartHeight = computed(() => { // 做一些额外的检测, 如果 option 下面的title 字段超过 8 个,就把 addHeight 增加 analysis.value?.option?.forEach((item: any) => { if (item.title?.length > 8) { - addHeight += 5; + addHeight += 9; } });