shish 4 ماه پیش
والد
کامیت
910f0cf3f2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      hdApp/src/admin/home/workbench.vue

+ 2 - 2
hdApp/src/admin/home/workbench.vue

@@ -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 {