|
@@ -23,8 +23,8 @@
|
|
|
</div>
|
|
|
<!-- 左中区域 -->
|
|
|
<div class="left-c">
|
|
|
- <DanelBd :moduleName="'工作面风险监测'" :contentStyle="{ contentH: '430px' }">
|
|
|
- <workJc :heightT="'30%'" :heightB="'70%'" :echartData="echartDataWork" :cardData="cardData" />
|
|
|
+ <DanelBd :moduleName="'工作面风险监测'" :contentStyle="{ contentH: '525px' }">
|
|
|
+ <workJc :heightT="'25%'" :heightB="'75%'" :echartData="echartDataWork" :cardData="cardData" />
|
|
|
</DanelBd>
|
|
|
</div>
|
|
|
<!-- 左下区域 -->
|
|
@@ -35,9 +35,9 @@
|
|
|
</DanelBd>
|
|
|
</div>
|
|
|
<!-- 左底部区域 -->
|
|
|
- <div class="left-f">
|
|
|
+ <!-- <div class="left-f">
|
|
|
<DanelBd :moduleName="'GIS重点区域风险监测'" :contentStyle="{ contentH: '0px' }" commonTitle="switchs" />
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
</transition>
|
|
|
|
|
@@ -51,7 +51,7 @@
|
|
|
<transition name="fade" mode="out-in">
|
|
|
<div class="center-b" v-if="isShow">
|
|
|
<DanelBd :moduleName="'工作面束管监测'" :selectValue="pointCode" :moduleSelect="moduleSelect"
|
|
|
- :contentStyle="{ contentH: '289px' }" commonTitle="selected" :selectList="selectList"
|
|
|
+ :contentStyle="{ contentH: '309px' }" commonTitle="selected" :selectList="selectList"
|
|
|
@change-select="changeSelect">
|
|
|
<fiberBunbleJc :bunbleData="bunbleData" />
|
|
|
</DanelBd>
|
|
@@ -76,14 +76,14 @@
|
|
|
</div>
|
|
|
<!-- 右下区域 -->
|
|
|
<div class="right-b">
|
|
|
- <DanelBd :moduleName="'变电硐室防灭火监控系统'" :contentStyle="{ contentH: '180px' }" commonTitle="selected"
|
|
|
+ <DanelBd :moduleName="'变电硐室防灭火监控系统'" :contentStyle="{ contentH: '195px' }" commonTitle="selected"
|
|
|
:selectList="selectListBd" :selectValue="pointCodeBd" @change-select="changeSelect">
|
|
|
<substationJc :echartDatas="echartDatas" />
|
|
|
</DanelBd>
|
|
|
</div>
|
|
|
<!-- 右底部区域 -->
|
|
|
<div class="right-f">
|
|
|
- <DanelBd :moduleName="'安全监控系统'" :contentStyle="{ contentH: '215px' }" commonTitle="selected"
|
|
|
+ <DanelBd :moduleName="'安全监控系统'" :contentStyle="{ contentH: '245px' }" commonTitle="selected"
|
|
|
:selectList="selectListAq" :selectValue="pointCodeAq" @change-select="changeSelect">
|
|
|
<safetyJc :safetyHead="safetyHead" :safetyList="safetyList" />
|
|
|
</DanelBd>
|
|
@@ -535,12 +535,8 @@ onUnmounted(() => {
|
|
|
|
|
|
.fireHome {
|
|
|
position: relative;
|
|
|
- // width: calc(100% - 20px);
|
|
|
- // height: calc(100vh - 82px);
|
|
|
width: 100%;
|
|
|
- // height: calc(100vh - 70px);
|
|
|
- height: 875px;
|
|
|
- // margin-top: 50px;
|
|
|
+ height: 928px;
|
|
|
|
|
|
.moduleArea {
|
|
|
width: 100%;
|
|
@@ -632,9 +628,9 @@ onUnmounted(() => {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
- .left-f {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
+ // .left-f {
|
|
|
+ // width: 100%;
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
.center-area {
|