This commit is contained in:
lb
2022-11-07 17:08:05 +08:00
parent 4d1231adc2
commit 60077b538a
21 changed files with 1270 additions and 83 deletions

View File

@@ -41,15 +41,15 @@
</div>
<div class="techy-body-part__right">
<techy-container title="实时产量和能耗" style="flex: 0">
<techy-container title="实时产量和能耗" style="height: 22vh">
<RightContentRealtimeProduction />
</techy-container>
<div class="techy-body-part__right-col-2">
<techy-container title="工序质量分析">
<RightContentQualityAnalysis />
</techy-container>
</div>
<techy-container title="产线成品率" style="flex: 0;">
<techy-container title="工序质量分析" style="flex: 0">
<RightContentQualityAnalysis />
</techy-container>
<techy-container title="产线成品率" style="flex: 1">
<RightContentProductRate />
</techy-container>
</div>
@@ -57,23 +57,23 @@
<!-- 底部 -->
<div class="bottom-part">
<div style="width: 25%; min-width: 480px; min-height: 240px; height: 20vh;">
<techy-container title="设备巡检提示" style="flex: 0;">
<div style="width: 25%; min-width: 480px; height: 100%;">
<techy-container title="设备巡检提示" style="flex: 0; align-self: stretch;">
<LeftContentEquipmentCheck />
</techy-container>
</div>
<div style="flex: 1;">
<div>
<techy-container title="现场实时监控">
<LeftContentMonitor />
</techy-container>
</div>
<div>
<div style="flex: 1;">
<techy-container title="缺陷分类分析">
<RightContentFaultAnalysis />
</techy-container>
</div>
<div style="width: 25%; min-width: 480px;">
<techy-container title="设备报警提示" style="flex: 0;">
<techy-container title="设备报警提示">
<RightContentAlert />
</techy-container>
</div>
@@ -189,6 +189,7 @@ export default {
}
.bottom-part {
height: 22vh;
padding: 0 calc(100vmin / 1920 * 36) calc(100vmin / 1920 * 36);
display: flex;
/* gap: 16px; */