From fb212223fdc2f692896da5483ba2b1a8aec22d5f Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期一, 27 二月 2023 19:15:20 +0800 Subject: [PATCH] 修改基础数据 --- src/components/chart/CountryProvincePie.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chart/CountryProvincePie.vue b/src/components/chart/CountryProvincePie.vue index 7237e02..2f1780c 100644 --- a/src/components/chart/CountryProvincePie.vue +++ b/src/components/chart/CountryProvincePie.vue @@ -289,6 +289,6 @@ <style lang="scss" scoped> .echart { width: 100%; - height: 100%; + height: 85%; } </style> -- Gitblit v1.9.3