首页、单体电池

This commit is contained in:
2025-08-13 17:49:25 +08:00
parent 9a9198b168
commit 10033348d6
6 changed files with 385 additions and 350 deletions

View File

@ -31,7 +31,7 @@
<div>总放电量:<span class="point">{{totalDisChargedCap | formatNumber}}kWh</span></div>
<div>综合效率:<span class="point">{{efficiency | formatNumber}}%</span></div>
</div>
<div id="dlzbChart" style="height: 310px"></div>
<div id="dlzbChart" style="height: 310px;"></div>
</div>
</el-card>
</template>
@ -167,7 +167,7 @@ export default {
line-height: 18px;
color: #333333;
font-size: 16px;
padding:10px 0;
padding:20px 0;
>div{
display: inline-block;
margin-right: 20px;