This commit is contained in:
lb
2023-12-19 15:15:10 +08:00
parent 31e065fa5a
commit 4fc0cf19e9
25 changed files with 341 additions and 216 deletions

View File

@@ -9,13 +9,18 @@ function EnergyCost(props) {
if (energyInfo) {
}
return (
<Container title="能耗" icon="charger" className={cls.energyCost} pending={true}>
<Container
title="能耗"
icon="battery"
className={cls.energyCost}
pending={true}
>
<div className={`flex flex-col`}>
<div className={`${cls.cost__info} flex`}>
<div
className={`${cls.info__item} flex flex-col justify-center items-center`}
>
<span style={{ fontSize: "18px" }}> </span>
<span style={{ fontSize: "22px" }}> </span>
<span>{energyInfo?.elecQty1 || 0}kWh</span>
</div>
<div className={cls.info__item_groups}>