fix:s首页图标

This commit is contained in:
wuzhihao
2024-09-03 10:29:53 +08:00
parent 83f6105cbe
commit 6bea74e9e9

View File

@@ -7,7 +7,7 @@
<div class="echartsdiv">
<!-- 总资源展示两个图表 -->
<div id="Inventory" class="chartstyle"></div>
<div id="Inventory1" class="chartstyle"></div>
<div id="Inventory1" class="chartstylepc"></div>
</div>
</div>
<div class="layoutsdiv">
@@ -80,7 +80,7 @@
<!-- 遗传病风险警告图表 -->
<div id="Inventory3" class="chartstyle3"></div>
<div style="font-weight: 600; width: 100%">
群体遗传比风险概
群体遗传比风险概
</div>
</div>
<div class="flexdiv">
@@ -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;