This commit is contained in:
parent
68bb70ee72
commit
289839651d
@ -84,7 +84,8 @@
|
|||||||
<div class="section-header">
|
<div class="section-header">
|
||||||
<div class="header-title">日用电功率曲线</div>
|
<div class="header-title">日用电功率曲线</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="chart-placeholder" ref="powerCurveChart">
|
<!-- <div class="chart-placeholder" ref="powerCurveChart">-->
|
||||||
|
<div class="power-chart" ref="powerCurveChart">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="power-peak-container">
|
<div class="power-peak-container">
|
||||||
@ -473,7 +474,13 @@ onBeforeUnmount(() => {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
.power-chart{
|
||||||
|
height: 47vh;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
.peak-item {
|
.peak-item {
|
||||||
padding: 15px 0 0 0;
|
padding: 15px 0 0 0;
|
||||||
border: 1px solid #3671e8;
|
border: 1px solid #3671e8;
|
||||||
|
@ -386,7 +386,7 @@ onBeforeUnmount(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.power-chart{
|
.power-chart{
|
||||||
height: 380px;
|
height: 55vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.energy-chart{
|
.energy-chart{
|
||||||
|
Loading…
Reference in New Issue
Block a user