diff --git a/other-module/canteen-device/checkout-device/09-receipt-preview.html b/other-module/canteen-device/checkout-device/09-receipt-preview.html index 56f7c9a..b6f53cb 100644 --- a/other-module/canteen-device/checkout-device/09-receipt-preview.html +++ b/other-module/canteen-device/checkout-device/09-receipt-preview.html @@ -296,10 +296,7 @@ display: flex; justify-content: space-between; align-items: center; - padding: 6px 10px; - background: #f5f5f5; - border-radius: 4px; - border: 1px solid #ddd; + padding: 6px 0; } .receipt-score__label { color: #333; @@ -557,7 +554,7 @@ + '
' /* 消费明细表 */ + '| 餐品 | 单价/100g (元) | 取用量 (g) | 小计 (元) |
|---|---|---|---|
| 营养 餐品 | 单价/100g (元) | 取用量 (g) | 小计 (元) |
| 项目 | 本餐 | ' + (isV2 ? '个人 营养素参考值%' : '营养素参考值%') + ' |
|---|---|---|
| 项目 | 本餐 | ' + (isV2 ? '个性化参考值%' : '营养素参考值%') + ' |
| 热量 | ' + order.nutrition.calories + 'kcal | ' + order.nutrition.nrv.calories + '% |
| 蛋白质 | ' + order.nutrition.protein + 'g | ' + order.nutrition.nrv.protein + '% |
| 碳水 | ' + order.nutrition.carb + 'g | ' + order.nutrition.nrv.carb + '% |