|
@ -19,7 +19,7 @@ |
|
|
<span class="right-top-line" /> |
|
|
<span class="right-top-line" /> |
|
|
<span class="left-bottom-line" /> |
|
|
<span class="left-bottom-line" /> |
|
|
<h3> |
|
|
<h3> |
|
|
<p class="title-arrow"><svg-icon icon-class="alerm" class-name="svg-style" />报警记录</p> |
|
|
|
|
|
|
|
|
<p class="title-arrow"><svg-icon icon-class="alerm" class-name="warehouse-svg" />报警记录</p> |
|
|
</h3> |
|
|
</h3> |
|
|
<!--表格渲染--> |
|
|
<!--表格渲染--> |
|
|
<el-table |
|
|
<el-table |
|
@ -65,14 +65,9 @@ export default { |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.iframe_box{ |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: calc(100vh - 285px); |
|
|
|
|
|
} |
|
|
|
|
|
.warehouse{ |
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
@import '~@/assets/styles/lend-manage.scss'; |
|
|
|
|
|
|
|
|
.warehouse-left{ |
|
|
.warehouse-left{ |
|
|
flex: 1; |
|
|
|
|
|
position: relative; |
|
|
position: relative; |
|
|
h2{ |
|
|
h2{ |
|
|
position: absolute; |
|
|
position: absolute; |
|
@ -84,7 +79,6 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.warehouse-right{ |
|
|
.warehouse-right{ |
|
|
width: 460px; |
|
|
|
|
|
h3{ |
|
|
h3{ |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
@ -96,43 +90,14 @@ export default { |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
::v-deep .el-table .el-table__header .el-table__cell{ |
|
|
|
|
|
padding: 0; |
|
|
|
|
|
height: 30px; |
|
|
|
|
|
.cell{ |
|
|
|
|
|
font-size: 14px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
::v-deep .light-blue{ |
|
|
|
|
|
background-color: #011E4F !important; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
.title-arrow{ |
|
|
.title-arrow{ |
|
|
position: relative; |
|
|
position: relative; |
|
|
&::before{ |
|
|
&::before{ |
|
|
content:''; |
|
|
|
|
|
width: 36px; |
|
|
|
|
|
height: 12px; |
|
|
|
|
|
background: url('../../../../assets/images/warehouse_arrow_left.png') no-repeat; |
|
|
background: url('../../../../assets/images/warehouse_arrow_left.png') no-repeat; |
|
|
position: absolute; |
|
|
|
|
|
left: -70px; |
|
|
|
|
|
top: 50%; |
|
|
|
|
|
transform: translateY(-50%); |
|
|
|
|
|
} |
|
|
} |
|
|
&::after{ |
|
|
&::after{ |
|
|
content:''; |
|
|
|
|
|
width: 36px; |
|
|
|
|
|
height: 12px; |
|
|
|
|
|
background: url('../../../../assets/images/warehouse_arrow_right.png') no-repeat; |
|
|
background: url('../../../../assets/images/warehouse_arrow_right.png') no-repeat; |
|
|
position: absolute; |
|
|
|
|
|
right: -70px; |
|
|
|
|
|
top: 50%; |
|
|
|
|
|
transform: translateY(-50%); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.svg-style{ |
|
|
|
|
|
margin:0 10px 1px 0; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
</style> |