reduced font size of meterrealtime in Web UI

pull/25/MERGE
13621160019@163.com 2021-03-31 09:58:04 +08:00
parent f9ac97d792
commit 49013e9516
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class RealtimeChart extends Component {
<Card className="h-100 bg-gradient"> <Card className="h-100 bg-gradient">
<CardHeader className="bg-transparent"> <CardHeader className="bg-transparent">
<h5 className="text-white">{this.props.meterName}</h5> <h5 className="text-white">{this.props.meterName}</h5>
<div className="real-time-user display-1 font-weight-normal text-white">{this.state.currentEnergyValue}</div> <div className="real-time-user display-4 font-weight-normal text-white">{this.state.currentEnergyValue}</div>
</CardHeader> </CardHeader>
<CardBody className="text-white fs--1"> <CardBody className="text-white fs--1">
<p className="pb-2" style={{ borderBottom: dividerBorder }}> <p className="pb-2" style={{ borderBottom: dividerBorder }}>