|
@@ -3,83 +3,87 @@
|
|
|
<div id="frontThree">
|
|
|
<!-- 第一排开始 -->
|
|
|
<div id="rowOne">
|
|
|
- <dv-border-box-1 style="height:5rem;width:33.3%;display:inline-block;float:left;">
|
|
|
- <div style="width:6.6rem;margin:0px auto;margin-top:25px;">
|
|
|
- <analysisTopLeft style="display:inline-block;float:left;"></analysisTopLeft>
|
|
|
+ <!-- HRSG #1 -->
|
|
|
+ <dv-border-box-1 class="outer-div">
|
|
|
+ <div class="inner-div">
|
|
|
+ <analysisTopLeft class="analysis-top"></analysisTopLeft>
|
|
|
</div>
|
|
|
- <div style="width:6.6rem;margin:0px auto;margin-top:25px;">
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">烟尘</span>
|
|
|
- <dv-water-level-pond :config="configTopLeft1" style="width: 2.1rem;height:1.4rem;" />
|
|
|
+ <div class="inner-div">
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">烟尘</span>
|
|
|
+ <dv-water-level-pond :config="configTopLeft1" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">SO2</span>
|
|
|
- <dv-water-level-pond :config="configTopLeft2" style="width: 2.1rem;height:1.4rem;"/>
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">SO2</span>
|
|
|
+ <dv-water-level-pond :config="configTopLeft2" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">NOx</span>
|
|
|
- <dv-water-level-pond :config="configTopLeft3" style="width: 2.1rem;height:1.4rem;"/>
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">NOx</span>
|
|
|
+ <dv-water-level-pond :config="configTopLeft3" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</dv-border-box-1>
|
|
|
-
|
|
|
- <dv-border-box-1 style="height:5rem;width:33.3%;display:inline-block;float:left;">
|
|
|
- <div style="width:6.6rem;margin:0px auto;margin-top:25px;">
|
|
|
- <analysisTopCenter style="display:inline-block;float:left;"></analysisTopCenter>
|
|
|
+ <!-- HRSG #2 -->
|
|
|
+ <dv-border-box-1 class="outer-div">
|
|
|
+ <div class="inner-div">
|
|
|
+ <analysisTopCenter class="analysis-top"></analysisTopCenter>
|
|
|
</div>
|
|
|
- <div style="width:6.6rem;margin:0px auto;margin-top:25px;">
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">烟尘</span>
|
|
|
- <dv-water-level-pond :config="configTopCenter1" style="width: 2.1rem;height:1.4rem;" />
|
|
|
+ <div class="inner-div">
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">烟尘</span>
|
|
|
+ <dv-water-level-pond :config="configTopCenter1" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">SO2</span>
|
|
|
- <dv-water-level-pond :config="configTopCenter2" style="width: 2.1rem;height:1.4rem;"/>
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">SO2</span>
|
|
|
+ <dv-water-level-pond :config="configTopCenter2" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">NOx</span>
|
|
|
- <dv-water-level-pond :config="configTopCenter3" style="width: 2.1rem;height:1.4rem;"/>
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">NOx</span>
|
|
|
+ <dv-water-level-pond :config="configTopCenter3" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</dv-border-box-1>
|
|
|
-
|
|
|
- <dv-border-box-1 style="height:5rem;width:33.3%;display:inline-block;float:left;">
|
|
|
- <div style="width:6.6rem;margin:0px auto;margin-top:25px;">
|
|
|
- <analysisTopRight style="display:inline-block;float:left;"></analysisTopRight>
|
|
|
+ <!-- HRSG #3 -->
|
|
|
+ <dv-border-box-1 class="outer-div">
|
|
|
+ <div class="inner-div">
|
|
|
+ <analysisTopRight class="analysis-top"></analysisTopRight>
|
|
|
</div>
|
|
|
- <div style="width:6.6rem;margin:0px auto;margin-top:25px;">
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">烟尘</span>
|
|
|
- <dv-water-level-pond :config="configTopRight1" style="width: 2.1rem;height:1.4rem;" />
|
|
|
+ <div class="inner-div">
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">烟尘</span>
|
|
|
+ <dv-water-level-pond :config="configTopRight1" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">SO2</span>
|
|
|
- <dv-water-level-pond :config="configTopRight2" style="width: 2.1rem;height:1.4rem;"/>
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">SO2</span>
|
|
|
+ <dv-water-level-pond :config="configTopRight2" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
- <div style="width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem;">
|
|
|
- <span style="width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px;">NOx</span>
|
|
|
- <dv-water-level-pond :config="configTopRight3" style="width: 2.1rem;height:1.4rem;"/>
|
|
|
+ <div class="analysis-percentage-box">
|
|
|
+ <span class="analysis-percentage-span">NOx</span>
|
|
|
+ <dv-water-level-pond :config="configTopRight3" class="analysis-percentage"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
</dv-border-box-1>
|
|
|
</div>
|
|
|
<!-- 第一排结束 -->
|
|
|
-
|
|
|
<!-- 第二排开始 -->
|
|
|
<div id="rowTwo">
|
|
|
- <dv-border-box-13 style="height:5rem;width:33.3%;display:inline-block;float:left;">
|
|
|
- <div style="width:6.8rem;margin:0px auto;margin-top:25px;">
|
|
|
- <analysisBottomLeft1 style="display:inline-block;float:left;"></analysisBottomLeft1>
|
|
|
- <analysisBottomLeft2 style="display:inline-block;float:left;"></analysisBottomLeft2>
|
|
|
+ <dv-border-box-13 class="outer-div">
|
|
|
+ <div class="analysis-bottom-box">
|
|
|
+ <!-- PH 柱状图 -->
|
|
|
+ <analysisBottomLeft1 class="analysis-bottom"></analysisBottomLeft1>
|
|
|
+ <!-- COD 柱状图 -->
|
|
|
+ <analysisBottomLeft2 class="analysis-bottom"></analysisBottomLeft2>
|
|
|
</div>
|
|
|
- <div style="width:6.8rem;margin:0px auto;">
|
|
|
- <analysisBottomLeft3 style="display:inline-block;float:left;"></analysisBottomLeft3>
|
|
|
- <analysisBottomLeft4 style="display:inline-block;float:left;"></analysisBottomLeft4>
|
|
|
+ <div class="analysis-bottom-box">
|
|
|
+ <!-- PH 折线图 -->
|
|
|
+ <analysisBottomLeft3 class="analysis-bottom"></analysisBottomLeft3>
|
|
|
+ <!-- COD 折线图 -->
|
|
|
+ <analysisBottomLeft4 class="analysis-bottom"></analysisBottomLeft4>
|
|
|
</div>
|
|
|
</dv-border-box-13>
|
|
|
-
|
|
|
- <div style="height:4.8rem;width:66%;display:inline-block;float:left;margin:0.1rem 0px;margin-left:5px;">
|
|
|
- <dv-scroll-board :config="configBottomRight" style="height:100%;width:100%;"/>
|
|
|
+ <div id="scroll-board-box">
|
|
|
+ <!-- 预警大屏 -->
|
|
|
+ <dv-scroll-board :config="configBottomRight"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 第二排结束 -->
|
|
@@ -94,6 +98,7 @@
|
|
|
import analysisTopLeft from './analysisTopLeft.vue';
|
|
|
import analysisTopCenter from './analysisTopCenter.vue';
|
|
|
import analysisTopRight from './analysisTopRight.vue';
|
|
|
+
|
|
|
export default {
|
|
|
name: "materialBalance",
|
|
|
components: {
|
|
@@ -230,5 +235,17 @@
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
-
|
|
|
+ /* 外层盒子 */
|
|
|
+ .outer-div{ height:5rem;width:33.3%;display:inline-block;float:left; }
|
|
|
+ /* 第一排样式 */
|
|
|
+ .inner-div{ width:6.6rem;margin:0px auto;margin-top:25px; }
|
|
|
+ .analysis-top{ display:inline-block;float:left; }
|
|
|
+ .analysis-percentage-box{ width:2.1rem;height:1.5rem;display:inline-block;float:left;margin:0.05rem; }
|
|
|
+ .analysis-percentage-span{ width:2.1rem;height:0.1rem;fontWeight:bold;fontSize:14px; }
|
|
|
+ .analysis-percentage{ width: 2.1rem;height:1.4rem; }
|
|
|
+ /* 第二排样式 */
|
|
|
+ .analysis-bottom-box{ width:6.8rem;margin:0px auto;margin-top:25px; }
|
|
|
+ .analysis-bottom{ display:inline-block;float:left; }
|
|
|
+ #scroll-board-box{ height:4.8rem;width:66%;display:inline-block;float:left;margin:0.1rem 0px;margin-left:5px; }
|
|
|
+ dv-scroll-board{ height:100%;width:100%; }
|
|
|
</style>
|