shish hace 3 años
padre
commit
a6d231e2fe
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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">
 							<t-tr>
 								<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>
 								</t-td>
 							</t-tr>