-
-
+
@@ -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