|
@@ -625,13 +625,13 @@
|
|
|
icon: require('@/assets/home/leftitem.png'),
|
|
icon: require('@/assets/home/leftitem.png'),
|
|
|
value: res.electricityUsage,
|
|
value: res.electricityUsage,
|
|
|
unit: 'kWh',
|
|
unit: 'kWh',
|
|
|
- label: '用电量'
|
|
|
|
|
|
|
+ label: '上月用电量'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
icon: require('@/assets/home/leftitem.png'),
|
|
icon: require('@/assets/home/leftitem.png'),
|
|
|
value: res.electricityCost,
|
|
value: res.electricityCost,
|
|
|
unit: '元',
|
|
unit: '元',
|
|
|
- label: '用电费用'
|
|
|
|
|
|
|
+ label: '上月用电费用'
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
icon: require('@/assets/home/leftitem.png'),
|
|
icon: require('@/assets/home/leftitem.png'),
|
|
@@ -2007,7 +2007,7 @@
|
|
|
padding: 8px;
|
|
padding: 8px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
.today_value {
|
|
.today_value {
|
|
|
- font-size: 34px;
|
|
|
|
|
|
|
+ font-size: 1.4vw;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
font-family: 'DS-Digital';
|
|
font-family: 'DS-Digital';
|
|
|
color: #fff;
|
|
color: #fff;
|