diff --git a/src/views/index/index.vue b/src/views/index/index.vue index a7f11b9..b409ebf 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -4,6 +4,18 @@
总资源展示
+
+
种质资源
+
基因数据资源
+
@@ -11,7 +23,20 @@
-
综合育种植
+
综合育种值
+
+
+ 育种值 +
+
平均育种值
+
-
群体育种值趋势图
+
-
平均育种值
+
@@ -34,40 +61,49 @@
+
+
群体育种值趋势图
+
育种牛图
+
系谱分析
- +
+
+
群体系统发育NJ树
+
分布位置展示
@@ -80,22 +116,13 @@
- 群体遗传比风险概览图 + 群体遗传病风险概览图
-
- - +
@@ -138,7 +165,6 @@ export default { }, series: [ { - name: '种质资源', type: 'bar', data: [35, 140, 300, 420] } @@ -147,7 +173,6 @@ export default { var myChart1 = echarts.init(document.getElementById('Inventory1')) myChart1.setOption({ title: { - text: '基因数据资源', left: 'center' }, tooltip: { @@ -156,7 +181,7 @@ export default { }, legend: { left: 'center', - top: 'bottom', + top: 'bottom' }, series: [ { @@ -175,9 +200,7 @@ export default { }) var myChart2 = echarts.init(document.getElementById('Inventory2')) myChart2.setOption({ - title: { - text: '育种值' - }, + title: {}, tooltip: {}, xAxis: { type: 'category', @@ -269,11 +292,11 @@ export default { .echartsdiv { display: flex; .chartstyle { - height: 400px; + height: 350px; text-align: center; } .chartstylepc { - height: 400px; + height: 350px; text-align: center; } .chartstyle2 { @@ -305,6 +328,7 @@ export default { justify-content: space-between; color: #468ce7; background: #f2f6fb; + margin-top: 26px; } .tabs div { border: 1px solid #a6c5ee; @@ -331,11 +355,14 @@ export default { height: 380px !important; } .chartstyle2 { - height: 310px !important; + height: 340px !important; } .chartstyle3 { height: 270px !important; } + .tabsdata { + padding-top: 0px; + } } \ No newline at end of file