|
@@ -61,12 +61,17 @@
|
|
|
|
|
|
<div class="body-box" v-if="dashboard === 1">
|
|
<div class="body-box" v-if="dashboard === 1">
|
|
<div class="three-content-box">
|
|
<div class="three-content-box">
|
|
- <div style="width:1920px;display: flex;">
|
|
|
|
- <div>
|
|
|
|
- <material-balance />
|
|
|
|
|
|
+ <div style="display: flex;">
|
|
|
|
+ <div style="width:1920px;display: flex;">
|
|
|
|
+ <div>
|
|
|
|
+ <material-balance />
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <chart-right/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
- <chart-right/>
|
|
|
|
|
|
+ <div class="right" style="1270px">
|
|
|
|
+ <steam-banlance />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -119,7 +124,6 @@
|
|
</div>
|
|
</div>
|
|
<!-- 中间 -->
|
|
<!-- 中间 -->
|
|
<div>
|
|
<div>
|
|
- 555
|
|
|
|
<center-left1 />
|
|
<center-left1 />
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
@@ -151,6 +155,7 @@
|
|
import bottomRight from "@/views/front/bottomRight";
|
|
import bottomRight from "@/views/front/bottomRight";
|
|
import frontTwo from "@/views/front/frontTwo";
|
|
import frontTwo from "@/views/front/frontTwo";
|
|
import materialBalance from "@/views/front/materialBalance";
|
|
import materialBalance from "@/views/front/materialBalance";
|
|
|
|
+ import steamBalance from "@/views/front/steamBalance";
|
|
import chartRight from "@/views/front/ChartRight";
|
|
import chartRight from "@/views/front/ChartRight";
|
|
import napTank from "@/views/front/napTank";
|
|
import napTank from "@/views/front/napTank";
|
|
import ethyleneTank from "@/views/front/ethyleneTank";
|
|
import ethyleneTank from "@/views/front/ethyleneTank";
|
|
@@ -182,6 +187,7 @@
|
|
bottomRight,
|
|
bottomRight,
|
|
frontTwo,
|
|
frontTwo,
|
|
materialBalance,
|
|
materialBalance,
|
|
|
|
+ steamBalance,
|
|
chartRight,
|
|
chartRight,
|
|
napTank,
|
|
napTank,
|
|
ethyleneTank,
|
|
ethyleneTank,
|