|
|
@ -10,7 +10,7 @@ |
|
|
|
</p> |
|
|
|
<p class="content-title-right">日期:{{ time }}</p> |
|
|
|
</div> |
|
|
|
<el-table :data="tableData" stripe style="width: 100%"> |
|
|
|
<el-table :data="tableData" stripe style="width: 100%; height:100%;"> |
|
|
|
<el-table-column prop="OM_WorkOrder-ArtId"> |
|
|
|
<template slot="header"> |
|
|
|
<p><span class="code-img" />零件号</p> |
|
|
@ -171,7 +171,7 @@ export default { |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 30px; |
|
|
|
padding-top: 88px; |
|
|
|
background: #01082e; |
|
|
|
background: #011A23; |
|
|
|
} |
|
|
|
|
|
|
|
.title-wrap { |
|
|
@ -212,8 +212,7 @@ export default { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 40px; |
|
|
|
padding-top: 90px; |
|
|
|
padding: 90px 50px; |
|
|
|
background: url(../../assets/imgs/data-p/content-bg.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
} |
|
|
@ -258,7 +257,7 @@ export default { |
|
|
|
text-shadow: 0px 1px 0px #011a23; |
|
|
|
} |
|
|
|
.el-table { |
|
|
|
background: none; |
|
|
|
background: #032028; |
|
|
|
} |
|
|
|
/deep/ .el-table .el-table__header-wrapper th { |
|
|
|
background: none; |
|
|
@ -356,4 +355,7 @@ export default { |
|
|
|
/deep/ .el-table--striped .el-table__body tr.el-table__row--striped td { |
|
|
|
background: rgba(1, 44, 56, 0.7); |
|
|
|
} |
|
|
|
/deep/ .el-progress-bar__outer{ |
|
|
|
background: rgba(255, 255, 255, 0.39); |
|
|
|
} |
|
|
|
</style> |