1、
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
dev_ljl 2025-07-28 10:07:02 +08:00
parent 68bb70ee72
commit 289839651d
2 changed files with 10 additions and 3 deletions

View File

@ -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;

View File

@ -386,7 +386,7 @@ onBeforeUnmount(() => {
} }
.power-chart{ .power-chart{
height: 380px; height: 55vh;
} }
.energy-chart{ .energy-chart{