fix: 期望到货改名任务截止时间,移至净菜名称后
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
c30805c103
commit
15ce29e7a3
@@ -473,12 +473,10 @@
|
||||
+ '<div class="food-card__header">'
|
||||
+ '<span class="food-card__icon">' + f.icon + '</span>'
|
||||
+ '<span class="food-card__name">' + f.name + '</span>'
|
||||
+ '<span style="font-size:11px;color:rgba(255,255,255,0.35);">任务截止时间 ' + f.arrivalTime + '</span>'
|
||||
+ '<button class="food-card__delete" onclick="removeFood(' + f.id + ')" title="删除">✕</button>'
|
||||
+ '</div>'
|
||||
+ '<span class="food-card__spec">' + f.size + ' · ' + f.shape + ' · ' + f.blade + '</span>'
|
||||
+ '<div style="display:flex;justify-content:space-between;align-items:center;">'
|
||||
+ '<span style="font-size:11px;color:rgba(255,255,255,0.35);">期望到货 ' + f.arrivalTime + '</span>'
|
||||
+ '</div>'
|
||||
+ '<div class="food-card__progress">'
|
||||
+ '<div style="display:flex;justify-content:space-between;">'
|
||||
+ '<span class="food-card__progress-label">处理进度(斤)</span>'
|
||||
|
||||
Reference in New Issue
Block a user