update 3d的header

This commit is contained in:
lb
2022-11-11 09:31:20 +08:00
parent c51d05cd23
commit c88648e8d2
4 changed files with 95 additions and 319 deletions

View File

@@ -9,10 +9,10 @@
<section id="techy-body-part">
<div class="upper-part">
<div class="techy-body-part__left">
<techy-container title="订单完成情况" icon="menuIcon" style="flex: 0;">
<techy-container title="订单完成情况" icon="default" style="flex: 0;">
<LeftContentOrder />
</techy-container>
<techy-container title="公用工程消耗" icon="stackIcon" style="flex:1;">
<techy-container title="公用工程消耗" icon="菱形叠加" style="flex:1;">
<LeftContentPublicConsume />
</techy-container>
</div>
@@ -41,15 +41,15 @@
</div>
<div class="techy-body-part__right">
<techy-container title="实时产量和能耗" icon="zhejiaoMenuListIcon" style="height: 22vh">
<techy-container title="实时产量和能耗" icon="折角的菜单图标" style="height: 22vh">
<RightContentRealtimeProduction />
</techy-container>
<techy-container title="工序质量分析" icon="trendAnalysisIcon" style="flex: 0">
<techy-container title="工序质量分析" icon="趋势放大镜图标" style="flex: 0">
<RightContentQualityAnalysis />
</techy-container>
<techy-container title="产线成品率" icon="menuIcon" style="flex: 1">
<techy-container title="产线成品率" icon="default" style="flex: 1">
<RightContentProductRate />
</techy-container>
</div>
@@ -58,22 +58,22 @@
<!-- 底部 -->
<div class="bottom-part">
<div style="width: 25%; min-width: 480px; height: 100%;">
<techy-container title="设备巡检提示" icon="alertMenuIcon" style="flex: 0; align-self: stretch;">
<techy-container title="设备巡检提示" icon="电脑警告菜单图标" style="flex: 0; align-self: stretch;">
<LeftContentEquipmentCheck />
</techy-container>
</div>
<div style="flex: 1;">
<techy-container title="现场实时监控" icon="lightHatIcon">
<techy-container title="现场实时监控" icon="安全帽图标">
<LeftContentMonitor />
</techy-container>
</div>
<div style="flex: 1;max-width: 320px;">
<techy-container title="缺陷分类分析" icon="menuAnalysisIcon">
<techy-container title="缺陷分类分析" icon="菜单放大镜图标">
<RightContentFaultAnalysis />
</techy-container>
</div>
<div style="width: 25%; min-width: 480px;">
<techy-container title="设备报警提示" icon="alertWarningIcon">
<techy-container title="设备报警提示" icon="电脑警告图标">
<RightContentAlert />
</techy-container>
</div>