update
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user