udpate icon

This commit is contained in:
lb
2022-11-09 09:08:30 +08:00
parent 387bbcb45a
commit 817c62a880
3 changed files with 237 additions and 17 deletions

View File

@@ -3,16 +3,16 @@
<!-- <V3DApp @3d-loaded="handle3DLoaded" /> -->
<!-- 正式内容: -->
<!-- <div v-if="showPage" id="v3d-main-content"> -->
<div v-if="true" id="v3d-main-content">
<div v-if="true" id="v3d-main-content">
<techy-header :head-title="'合肥新能源数字工厂总览'" @toggle-full-screen="toggleFullScreen" />
<section id="techy-body-part">
<div class="upper-part">
<div class="techy-body-part__left">
<techy-container title="订单完成情况" style="flex: 0;">
<techy-container title="订单完成情况" icon="menuIcon" style="flex: 0;">
<LeftContentOrder />
</techy-container>
<techy-container title="公用工程消耗" style="flex:1;">
<techy-container title="公用工程消耗" icon="stackIcon" style="flex:1;">
<LeftContentPublicConsume />
</techy-container>
</div>
@@ -41,15 +41,15 @@
</div>
<div class="techy-body-part__right">
<techy-container title="实时产量和能耗" style="height: 22vh">
<techy-container title="实时产量和能耗" icon="zhejiaoMenuListIcon" style="height: 22vh">
<RightContentRealtimeProduction />
</techy-container>
<techy-container title="工序质量分析" style="flex: 0">
<techy-container title="工序质量分析" icon="trendAnalysisIcon" style="flex: 0">
<RightContentQualityAnalysis />
</techy-container>
<techy-container title="产线成品率" style="flex: 1">
<techy-container title="产线成品率" icon="menuIcon" 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="设备巡检提示" style="flex: 0; align-self: stretch;">
<techy-container title="设备巡检提示" icon="alertMenuIcon" style="flex: 0; align-self: stretch;">
<LeftContentEquipmentCheck />
</techy-container>
</div>
<div>
<techy-container title="现场实时监控">
<techy-container title="现场实时监控" icon="lightHatIcon">
<LeftContentMonitor />
</techy-container>
</div>
<div style="flex: 1;">
<techy-container title="缺陷分类分析">
<techy-container title="缺陷分类分析" icon="menuAnalysisIcon">
<RightContentFaultAnalysis />
</techy-container>
</div>
<div style="width: 25%; min-width: 480px;">
<techy-container title="设备报警提示">
<techy-container title="设备报警提示" icon="alertWarningIcon">
<RightContentAlert />
</techy-container>
</div>