|
|
@@ -7,8 +7,8 @@
|
|
|
</view>
|
|
|
<view style="margin-left:50upx;margin-bottom:26upx;position:relative;">
|
|
|
<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" />
|
|
|
- <text style="position: absolute;left:180upx;top:0upx;">总金额 ¥{{ totalAmount }}</text>
|
|
|
- <text style="position: absolute;left:410upx;top:0upx;">总成本 ¥{{ totalCost }}</text>
|
|
|
+ <text style="position: absolute;left:180upx;top:0upx;font-size:26upx;">总金额 ¥{{ totalAmount }}</text>
|
|
|
+ <text style="position: absolute;left:410upx;top:0upx;font-size:26upx;">总成本 ¥{{ totalCost }}</text>
|
|
|
</view>
|
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
|
|