merge bugfix

This commit is contained in:
lb
2024-04-22 16:58:15 +08:00
parent 9894aeca50
commit 2996c061dc
26 changed files with 345 additions and 186 deletions

View File

@@ -37,19 +37,22 @@ function EnergyAnalysis(props) {
<NatGas />
</div>
<div style={{ gridRow: 3 }}>
<Gas />
{/* <Gas /> */}
<ElecCost />
</div>
</div>
<div className={cls.vvgrid + " col-4"}>
<div className=" electronic">
<Energy />
<Energy key="2" page={2} />
</div>
<div className=" gas">
<SmokeHandle />
<Energy key="1" page={1} />
{/* <SmokeHandle /> */}
</div>
<div style={{ height: "100%" }}>
<ElecCost />
{/* <ElecCost /> */}
<SmokeHandle />
</div>
</div>
</div>

View File

@@ -27,10 +27,18 @@
gap: 24px;
grid-template-rows: 128px 389px 389px;
}
.vvgrid {
display: grid;
gap: 24px;
grid-template-rows: 258px 258px 389px;
display: flex;
flex-direction: column;
gap: 32px;
/* display: grid;
gap: 32px;
grid-template-rows: 280px 280px 410px; */
}
.vvgrid > div {
flex: 1;
}
.shadowBorder {