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