fix: 删除净菜卡片右上角 × 按钮
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
0dbeab8192
commit
c74c573a97
@@ -474,7 +474,6 @@
|
||||
+ '<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 class="food-card__progress">'
|
||||
|
||||
Reference in New Issue
Block a user