From 6bea74e9e9054e4d7de0c75fc4101d0da4553e46 Mon Sep 17 00:00:00 2001 From: wuzhihao Date: Tue, 3 Sep 2024 10:29:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:s=E9=A6=96=E9=A1=B5=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/index.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 6d68075..a7f11b9 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -7,7 +7,7 @@
-
+
@@ -80,7 +80,7 @@
- 群体遗传比风险概率图 + 群体遗传比风险概览图
@@ -157,12 +157,11 @@ export default { legend: { left: 'center', top: 'bottom', - data: ['西门塔尔牛', '九龙牦牛', '安格斯牛', '黄牛', '荷斯坦牛'] }, series: [ { type: 'pie', - radius: [30, 110], + radius: [30, 70], roseType: 'area', data: [ { value: 40, name: '西门塔尔牛' }, @@ -273,6 +272,10 @@ export default { height: 400px; text-align: center; } + .chartstylepc { + height: 400px; + text-align: center; + } .chartstyle2 { height: 350px; text-align: center; @@ -322,7 +325,10 @@ export default { width: 47% !important; } .chartstyle { - height: 300px !important; + height: 380px !important; + } + .chartstylepc { + height: 380px !important; } .chartstyle2 { height: 310px !important;