shish 3 years ago
parent
commit
a6d231e2fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ghsApp/src/admin/stat/profit.vue

+ 2 - 2
ghsApp/src/admin/stat/profit.vue

@@ -35,8 +35,8 @@
 						<block v-if="profit.wastagePrice && Number(profit.wastagePrice)>0">
 						<block v-if="profit.wastagePrice && Number(profit.wastagePrice)>0">
 							<t-tr>
 							<t-tr>
 								<t-td align="center">
 								<t-td align="center">
-									<view style="color:red;font-size:30upx;">
-										其中由于花材损耗,少赚了 ¥{{profit.wastagePrice||0}}
+									<view style="font-weight:bold;color:red;font-size:30upx;">
+										由于花材损耗,少赚了 ¥{{profit.wastagePrice||0}}
 									</view>
 									</view>
 								</t-td>
 								</t-td>
 							</t-tr>
 							</t-tr>