update techy-container icons

This commit is contained in:
lb
2022-11-10 09:01:19 +08:00
parent 3567838049
commit 3c29decb72
7 changed files with 437 additions and 106 deletions

View File

@@ -7,7 +7,7 @@
<div class="row-1">
<div class="equipment-exception">
<!-- 设备报修/异常上报 -->
<techy-container :title="'设备报修/异常上报'" :icon="equipmentExceptionSVG">
<techy-container :title="'设备报修/异常上报'" icon="扳手螺丝刀">
<div class="table-wrapper fix-table-exception-report">
<techy-table
:page="1"
@@ -21,7 +21,7 @@
</div>
<div class="equipment-alarm">
<!-- 设备异常报警 -->
<techy-container :title="'设备异常报警'" :icon="equipmentAlarmSVG">
<techy-container :title="'设备异常报警'" icon="安全帽">
<div class="table-wrapper fix-table-eq-exception">
<techy-table
:page="1"
@@ -36,7 +36,7 @@
</div>
<div class="row-2">
<!-- 设备分析 -->
<techy-container :title="'设备分析'" :icon="equipmentAnalysisSVG">
<techy-container :title="'设备分析'" icon="趋势搜索">
<select id="productLine" name="productLine" class="product-line-selection">
<option value="1">产线一</option>
<option value="2">产线二</option>
@@ -76,7 +76,7 @@
</div>
<div class="row-3">
<!-- 设备备件管理 -->
<techy-container :title="'设备备件管理'" :icon="equipmentOrderSVG">
<techy-container :title="'设备备件管理'" icon="清单齿轮">
<div class="table-wrapper">
<techy-table
:page="1"
@@ -91,7 +91,7 @@
</div>
<div class="tech-body__col-2">
<techy-container :title="'设备工单管理'" :icon="equipmentOrderSVG">
<techy-container :title="'设备工单管理'" icon="清单齿轮">
<!-- 设备工单管理 -->
<div class="techy-container__inner">
<div>
@@ -332,6 +332,9 @@ export default {
.visual-container {
width: 100%;
height: 100vh;
display: flex;
flex-direction: column;
background: url('./assets/bg.png') no-repeat;
background-size: cover;
overflow: hidden;
@@ -339,7 +342,8 @@ export default {
}
.techy-body {
height: calc(100vh - 64px);
flex: 1 0;
height: 65vh;
width: 100%;
padding: calc(24px * var(--beilv));
display: flex;