|
|
@@ -26,7 +26,7 @@
|
|
|
<view class="stat-grid">
|
|
|
|
|
|
<view class="stat-item" @click.stop="pageTo({url:'/admin/stat/kdIncome'})">
|
|
|
- <view class="stat-label" style="opacity: 0.8;">今日收入</view>
|
|
|
+ <view class="stat-label" style="opacity: 0.8;">收入</view>
|
|
|
<view class="stat-value">{{ $util.numberFormat(data.todayData.income) }}</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -1158,7 +1158,7 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
- padding: 60upx 30upx 30upx;
|
|
|
+ padding: 60upx 80upx 60upx;
|
|
|
width: 100%;
|
|
|
|
|
|
.stat-item {
|