|
@@ -22,8 +22,8 @@
|
|
</div>
|
|
</div>
|
|
<!-- 左中区域 -->
|
|
<!-- 左中区域 -->
|
|
<div class="left-c">
|
|
<div class="left-c">
|
|
- <DanelBd :moduleName="'工作面风险监测'" :contentStyle="{ contentH: '600px' }">
|
|
|
|
- <workJc :heightT="'26%'" :heightB="'74%'" :cardData="cardData" :echartData="echartDataWork" />
|
|
|
|
|
|
+ <DanelBd :moduleName="'工作面风险监测'" :contentStyle="{ contentH: '645px' }">
|
|
|
|
+ <workJc :heightT="'22%'" :heightB="'78%'" :cardData="cardData" :echartData="echartDataWork" />
|
|
</DanelBd>
|
|
</DanelBd>
|
|
</div>
|
|
</div>
|
|
<!-- 左底部区域 -->
|
|
<!-- 左底部区域 -->
|
|
@@ -36,7 +36,7 @@
|
|
<iframe src="http://82.157.13.146:18224/valkyrja" width="100%" height="100%" frameborder="0"></iframe>
|
|
<iframe src="http://82.157.13.146:18224/valkyrja" width="100%" height="100%" frameborder="0"></iframe>
|
|
</div>
|
|
</div>
|
|
<div class="center-b">
|
|
<div class="center-b">
|
|
- <DanelBd :moduleName="'综放工作面粉尘浓度'" :contentStyle="{ contentH: '277px' }" :commonTitle="'selected'"
|
|
|
|
|
|
+ <DanelBd :moduleName="'综放工作面粉尘浓度'" :contentStyle="{ contentH: '288px' }" :commonTitle="'selected'"
|
|
:selectList="selectListBd" :selectValue="sensorCode" @changeSelect="changeSelect">
|
|
:selectList="selectListBd" :selectValue="sensorCode" @changeSelect="changeSelect">
|
|
<multipleDust :echartData="echartData" />
|
|
<multipleDust :echartData="echartData" />
|
|
</DanelBd>
|
|
</DanelBd>
|
|
@@ -45,21 +45,21 @@
|
|
<div class="right-area">
|
|
<div class="right-area">
|
|
<!-- 右上区域 -->
|
|
<!-- 右上区域 -->
|
|
<div class="right-t">
|
|
<div class="right-t">
|
|
- <DanelBd :moduleName="'智能喷雾降尘装置'" :contentStyle="{ contentH: '295px' }">
|
|
|
|
|
|
+ <DanelBd :moduleName="'智能喷雾降尘装置'" :contentStyle="{ contentH: '305px' }">
|
|
<dustFallDevice :deviceTotal="deviceTotal" :pwTotal="pwTotal" :interTotal="interTotal"
|
|
<dustFallDevice :deviceTotal="deviceTotal" :pwTotal="pwTotal" :interTotal="interTotal"
|
|
:unInterTotal="unInterTotal" :pwData="pwData" />
|
|
:unInterTotal="unInterTotal" :pwData="pwData" />
|
|
</DanelBd>
|
|
</DanelBd>
|
|
</div>
|
|
</div>
|
|
<!-- 右中区域 -->
|
|
<!-- 右中区域 -->
|
|
<div class="right-c">
|
|
<div class="right-c">
|
|
- <DanelBd :moduleName="'粉尘关联指标'" :contentStyle="{ contentH: '230px' }" commonTitle="selected"
|
|
|
|
|
|
+ <DanelBd :moduleName="'粉尘关联指标'" :contentStyle="{ contentH: '250px' }" commonTitle="selected"
|
|
:selectList="selectListBd" :selectValue="sensorCode" @changeSelect="changeSelect1">
|
|
:selectList="selectListBd" :selectValue="sensorCode" @changeSelect="changeSelect1">
|
|
<dustGlzb :dustGlzbData="dustGlzbData" />
|
|
<dustGlzb :dustGlzbData="dustGlzbData" />
|
|
</DanelBd>
|
|
</DanelBd>
|
|
</div>
|
|
</div>
|
|
<!-- 右下区域 -->
|
|
<!-- 右下区域 -->
|
|
<div class="right-b">
|
|
<div class="right-b">
|
|
- <DanelBd :moduleName="'粉尘静态指标'" :contentStyle="{ contentH: '150px' }" commonTitle="selected">
|
|
|
|
|
|
+ <DanelBd :moduleName="'粉尘静态指标'" :contentStyle="{ contentH: '160px' }" commonTitle="selected">
|
|
<dustJtzb />
|
|
<dustJtzb />
|
|
</DanelBd>
|
|
</DanelBd>
|
|
</div>
|
|
</div>
|
|
@@ -276,14 +276,16 @@ onMounted(() => {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- width: 30%;
|
|
|
|
|
|
+ // width: 30%;
|
|
|
|
+ width: 392px;
|
|
height: 100%;
|
|
height: 100%;
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
|
|
|
|
.left-t {
|
|
.left-t {
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 121px;
|
|
|
|
|
|
+ // height: 121px;
|
|
|
|
+ height: 100px;
|
|
background: url('../../../../assets/images/fire/firehome/qkjaq.png') no-repeat center;
|
|
background: url('../../../../assets/images/fire/firehome/qkjaq.png') no-repeat center;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
|
|
|
@@ -297,7 +299,7 @@ onMounted(() => {
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 90px;
|
|
height: 90px;
|
|
- padding: 0 20px;
|
|
|
|
|
|
+ padding: 0 15px;
|
|
transform: translate(0, -50%);
|
|
transform: translate(0, -50%);
|
|
|
|
|
|
.tcontent-l {
|
|
.tcontent-l {
|
|
@@ -308,8 +310,8 @@ onMounted(() => {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
height: 100%;
|
|
color: #9da5aa;
|
|
color: #9da5aa;
|
|
- font-size: 16px;
|
|
|
|
- letter-spacing: 3px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ letter-spacing: 2px;
|
|
}
|
|
}
|
|
|
|
|
|
.tcontent-c {
|
|
.tcontent-c {
|
|
@@ -329,8 +331,8 @@ onMounted(() => {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
height: 100%;
|
|
color: #9da5aa;
|
|
color: #9da5aa;
|
|
- font-size: 16px;
|
|
|
|
- letter-spacing: 3px;
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ letter-spacing: 2px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -349,8 +351,7 @@ onMounted(() => {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- width: calc(40% - 30px);
|
|
|
|
- height: 100%;
|
|
|
|
|
|
+ width: calc(100% - 814px);
|
|
|
|
|
|
.center-t {
|
|
.center-t {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -370,7 +371,8 @@ onMounted(() => {
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
- width: 30%;
|
|
|
|
|
|
+ // width: 30%;
|
|
|
|
+ width: 392px;
|
|
height: 100%;
|
|
height: 100%;
|
|
margin-left: 15px;
|
|
margin-left: 15px;
|
|
|
|
|