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;