|
@@ -63,7 +63,9 @@
|
|
</ShowScroll>
|
|
</ShowScroll>
|
|
</div>
|
|
</div>
|
|
<div class="middle">
|
|
<div class="middle">
|
|
- <Middle3D class="item" />
|
|
|
|
|
|
+ <div class="item">
|
|
|
|
+ <el-image src="/images/111.gif" style="width: 100%; height: 100%" />
|
|
|
|
+ </div>
|
|
<div class="item">
|
|
<div class="item">
|
|
<TitleHeaderB title="自动化设备状态" />
|
|
<TitleHeaderB title="自动化设备状态" />
|
|
<ShowScroll
|
|
<ShowScroll
|
|
@@ -380,6 +382,7 @@ const setChart1Option = () => {
|
|
op1.xAxis.data = chartsData2.value.monthList;
|
|
op1.xAxis.data = chartsData2.value.monthList;
|
|
op1.yAxis.axisLabel.fontSize = fontSize.value;
|
|
op1.yAxis.axisLabel.fontSize = fontSize.value;
|
|
op1.xAxis.axisLabel.fontSize = fontSize.value;
|
|
op1.xAxis.axisLabel.fontSize = fontSize.value;
|
|
|
|
+ op1.tooltip.textStyle.fontSize = fontSize.value;
|
|
charts2.value.setOption(op1, true);
|
|
charts2.value.setOption(op1, true);
|
|
}
|
|
}
|
|
};
|
|
};
|
|
@@ -661,7 +664,7 @@ onMounted(async () => {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.midItem1 {
|
|
.midItem1 {
|
|
- width: 20%;
|
|
|
|
|
|
+ width: 25%;
|
|
height: 4vh;
|
|
height: 4vh;
|
|
line-height: 4vh;
|
|
line-height: 4vh;
|
|
margin-left: 0.3vw;
|
|
margin-left: 0.3vw;
|