shish 3 years ago
parent
commit
b034f8a150
1 changed files with 4 additions and 3 deletions
  1. 4 3
      ghsApp/src/admin/stat/kdIncome.vue

+ 4 - 3
ghsApp/src/admin/stat/kdIncome.vue

@@ -29,7 +29,7 @@
 					</t-table>
 				</block>
 			</view>
-			<view class="act-income"></view>
+			<view class="act-income">注意:这里的进账包括了批发结账和零售结账</view>
 		</view>
 
 		<modal-module :show="showDetailPop" @click="confirmDetail" :maskClosable="true" title="明细" padding="30rpx 30rpx" >
@@ -196,9 +196,10 @@ export default {
 		.act-income{
 			margin-top:30upx;
 			margin-bottom:30upx;
+			margin-left:10upx;
 			font-size:25upx;
-			color:rgb(92, 91, 91);
-			text-align:center;
+			color:rgb(43, 42, 42);
+			text-align:left;
 			font-weight:bold;
 		}
 		.ex-info {