From c30805c1030bf62e1cd7184b50c06fa4127192bf Mon Sep 17 00:00:00 2001 From: zhangyan Date: Wed, 17 Jun 2026 09:47:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=BC=BA=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE=E5=8F=AF=E8=A7=81=E6=80=A7?= =?UTF-8?q?=EF=BC=8C=E5=8A=A0=E8=BE=B9=E6=A1=86=E5=92=8C=E6=9B=B4=E5=A4=A7?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .../canteen-device/clean-veg-ratio-scale/01-accept.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html b/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html index 9b9d3b3..26499fa 100644 --- a/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html +++ b/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html @@ -169,11 +169,12 @@ .food-card__icon { font-size: 22px; } .food-card__name { font-size: 14px; font-weight: 600; flex: 1; } .food-card__delete { - width: 22px; height: 22px; border-radius: 4px; border: none; - background: rgba(255,77,79,0.1); color: rgba(255,77,79,0.7); font-size: 11px; + width: 24px; height: 24px; border-radius: 4px; border: 1px solid rgba(255,77,79,0.2); + background: rgba(255,77,79,0.12); color: rgba(255,77,79,0.85); font-size: 13px; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; + flex-shrink: 0; } - .food-card__delete:hover { background: rgba(255,77,79,0.25); color: #ff6b6d; } + .food-card__delete:hover { background: rgba(255,77,79,0.25); color: #ff4d4f; border-color: rgba(255,77,79,0.4); } .food-card__spec { font-size: 11px; color: #40a9ff; background: rgba(24,144,255,0.12); padding: 3px 8px; border-radius: 4px; display: inline-block; align-self: flex-start; } .food-card__progress { display: flex; flex-direction: column; gap: 4px; } .food-card__progress-label { font-size: 11px; color: rgba(255,255,255,0.4); }