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