|
@ -57,6 +57,7 @@ |
|
|
style="min-width: 100%;" |
|
|
style="min-width: 100%;" |
|
|
height="300px" |
|
|
height="300px" |
|
|
:data="tableData" |
|
|
:data="tableData" |
|
|
|
|
|
class="warehose-el-table" |
|
|
> |
|
|
> |
|
|
<el-table-column prop="time" label="时间" align="center" min-width="60" /> |
|
|
<el-table-column prop="time" label="时间" align="center" min-width="60" /> |
|
|
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" /> |
|
|
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" /> |
|
@ -75,6 +76,7 @@ |
|
|
style="min-width: 100%;" |
|
|
style="min-width: 100%;" |
|
|
height="300px" |
|
|
height="300px" |
|
|
:data="tableData" |
|
|
:data="tableData" |
|
|
|
|
|
class="warehose-el-table" |
|
|
> |
|
|
> |
|
|
<el-table-column prop="time" label="时间" align="center" min-width="60" /> |
|
|
<el-table-column prop="time" label="时间" align="center" min-width="60" /> |
|
|
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" /> |
|
|
<el-table-column prop="warehouse" label="库房" align="center" min-width="60" /> |
|
@ -130,11 +132,11 @@ export default { |
|
|
width: 165px; |
|
|
width: 165px; |
|
|
height: 80px; |
|
|
height: 80px; |
|
|
margin-right: 20px; |
|
|
margin-right: 20px; |
|
|
background: url('../../../../assets/images/data_border_default.png') no-repeat; |
|
|
|
|
|
|
|
|
background: url('~@/assets/images/data_border_default.png') no-repeat; |
|
|
background-size: 165px 80px; |
|
|
background-size: 165px 80px; |
|
|
position: relative; |
|
|
position: relative; |
|
|
&.li-warn{ |
|
|
&.li-warn{ |
|
|
background: url('../../../../assets/images/data_border_warn.png') no-repeat; |
|
|
|
|
|
|
|
|
background: url('~@/assets/images/data_border_warn.png') no-repeat; |
|
|
background-size: 165px 80px; |
|
|
background-size: 165px 80px; |
|
|
} |
|
|
} |
|
|
.msg-list-svg{ |
|
|
.msg-list-svg{ |
|
@ -163,24 +165,8 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.title-arrow{ |
|
|
|
|
|
position: relative; |
|
|
|
|
|
&::before{ |
|
|
|
|
|
background: url('../../../../assets/images/warehouse_arrow_left.png') no-repeat; |
|
|
|
|
|
} |
|
|
|
|
|
&::after{ |
|
|
|
|
|
background: url('../../../../assets/images/warehouse_arrow_right.png') no-repeat; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
.container-wrap{ |
|
|
.container-wrap{ |
|
|
min-height: calc(100vh - 573px) |
|
|
min-height: calc(100vh - 573px) |
|
|
} |
|
|
} |
|
|
::v-deep .el-table .el-table__header .el-table__cell{ |
|
|
|
|
|
padding: 0; |
|
|
|
|
|
height: 30px; |
|
|
|
|
|
.cell{ |
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
</style> |