|
|
@ -5,10 +5,10 @@
|
|
|
|
<div class="screenRow screenRowTop mb14">
|
|
|
|
<div class="screenRow screenRowTop mb14">
|
|
|
|
<div class="mr16 screenColOne">
|
|
|
|
<div class="mr16 screenColOne">
|
|
|
|
<div
|
|
|
|
<div
|
|
|
|
class="topCol mb14 pointer"
|
|
|
|
class="topCol pointer mb14"
|
|
|
|
@click="gotoPage('/topic/personSafety/screen')"
|
|
|
|
@click="gotoPage('/topic/personSafety/screen')"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<colWrap title="人员安全风险评估">
|
|
|
|
<colWrap class="" title="人员安全风险评估">
|
|
|
|
<pieTwo :chartObj="tlObj"></pieTwo>
|
|
|
|
<pieTwo :chartObj="tlObj"></pieTwo>
|
|
|
|
</colWrap>
|
|
|
|
</colWrap>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -503,6 +503,9 @@ export default {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
.left {
|
|
|
|
.left {
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
height: calc(100% - 14px);
|
|
|
|
.wxHead {
|
|
|
|
.wxHead {
|
|
|
|
background: url("~@/assets/images/screen/wxl.png") no-repeat
|
|
|
|
background: url("~@/assets/images/screen/wxl.png") no-repeat
|
|
|
|
center center;
|
|
|
|
center center;
|
|
|
@ -511,6 +514,9 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.right {
|
|
|
|
.right {
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
height: calc(100% - 14px);
|
|
|
|
.wxHead {
|
|
|
|
.wxHead {
|
|
|
|
background: url("~@/assets/images/screen/wxr.png") no-repeat
|
|
|
|
background: url("~@/assets/images/screen/wxr.png") no-repeat
|
|
|
|
center center;
|
|
|
|
center center;
|
|
|
@ -519,7 +525,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.wxHead {
|
|
|
|
.wxHead {
|
|
|
|
padding: 0 10px;
|
|
|
|
padding: 0 10px;
|
|
|
|
height: 40px;
|
|
|
|
height: vw(40);
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
@ -538,7 +544,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.wxBody {
|
|
|
|
.wxBody {
|
|
|
|
padding: 0 10px;
|
|
|
|
padding: 0 10px;
|
|
|
|
height: calc(100% - 48px);
|
|
|
|
flex: 1;
|
|
|
|
background-color: rgba(108, 128, 151, 0.1);
|
|
|
|
background-color: rgba(108, 128, 151, 0.1);
|
|
|
|
overflow-y: scroll;
|
|
|
|
overflow-y: scroll;
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
&::-webkit-scrollbar {
|
|
|
@ -563,7 +569,7 @@ export default {
|
|
|
|
.btmCol {
|
|
|
|
.btmCol {
|
|
|
|
height: 60%;
|
|
|
|
height: 60%;
|
|
|
|
.tableInfoWrap {
|
|
|
|
.tableInfoWrap {
|
|
|
|
height: calc(100% - 40px);
|
|
|
|
height: calc(100% - 30px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -572,12 +578,13 @@ export default {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
.screenChart {
|
|
|
|
.screenChart {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.topCol {
|
|
|
|
.topCol {
|
|
|
|
height: 120px;
|
|
|
|
height: 22%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
.xfssWrap {
|
|
|
|
.xfssWrap {
|
|
|
@ -589,14 +596,14 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.midCol {
|
|
|
|
.midCol {
|
|
|
|
flex: 1;
|
|
|
|
height: 20%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
.xfzdWrap {
|
|
|
|
.xfzdWrap {
|
|
|
|
height: 68px;
|
|
|
|
height: 68%;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
flex: 1;
|
|
|
|
flex: 1;
|
|
|
|
padding: 4px;
|
|
|
|
padding: vw(4);
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
@ -605,11 +612,11 @@ export default {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
border: 1px solid #495461;
|
|
|
|
border: 1px solid #495461;
|
|
|
|
padding: 2px 8px;
|
|
|
|
padding: vw(2) vw(8);
|
|
|
|
.icon {
|
|
|
|
.icon {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: 37px;
|
|
|
|
width: vw(37);
|
|
|
|
height: 40px;
|
|
|
|
height: vw(40);
|
|
|
|
img {
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -628,7 +635,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.btmCol {
|
|
|
|
.btmCol {
|
|
|
|
flex: 2;
|
|
|
|
height: 36%;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
.xfsjWrap {
|
|
|
|
.xfsjWrap {
|
|
|
@ -644,7 +651,7 @@ export default {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
padding: 2px 8px;
|
|
|
|
padding: vw(2) vw(8);
|
|
|
|
.icon {
|
|
|
|
.icon {
|
|
|
|
margin-right: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: vh(78);
|
|
|
|
width: vh(78);
|
|
|
|