|
@@ -17,7 +17,7 @@
|
|
|
|
|
|
</view>
|
|
|
<view class="statisticsData-main">
|
|
|
- <h2>{{indexData.todayAmount?indexData.todayAmount.toFixed(2):0}}元</h2>
|
|
|
+ <h2>{{indexData.todayAmount?indexData.todayAmount.toFixed(2):0}}<span style="font-size: 42rpx;">元</span></h2>
|
|
|
</view>
|
|
|
<view class="statisticsData-foot">
|
|
|
<p>昨日</p>
|
|
@@ -33,7 +33,7 @@
|
|
|
<p>今日充电笔数</p>
|
|
|
</view>
|
|
|
<view class="statisticsData-main">
|
|
|
- <h2>{{indexData.todayEQNum?indexData.todayEQNum:0}}笔</h2>
|
|
|
+ <h2>{{indexData.todayEQNum?indexData.todayEQNum:0}}<span style="font-size: 42rpx;">笔</span></h2>
|
|
|
</view>
|
|
|
<view class="statisticsData-foot">
|
|
|
<p>本月</p>
|
|
@@ -969,7 +969,7 @@
|
|
|
|
|
|
.statisticsData-main {
|
|
|
margin-top: 4px;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 18px;
|
|
|
}
|
|
|
|
|
|
.statisticsData-foot {
|