From 810a817e47eed213efe4ff1d222e4df0b0427585 Mon Sep 17 00:00:00 2001 From: zhangyan Date: Tue, 16 Jun 2026 11:53:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=87=80=E8=8F=9C=E9=AA=8C=E6=94=B6?= =?UTF-8?q?=E9=A1=B5=E9=AA=8C=E6=94=B6=E8=BF=9B=E5=BA=A6=E6=9D=A1=E5=8A=A0?= =?UTF-8?q?=E7=B2=97=EF=BC=8C=E5=A2=9E=E5=BC=BA=E5=8F=AF=E8=A7=81=E6=80=A7?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2c406f5..000978a 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 @@ -33,7 +33,7 @@ .top-progress__label { font-size: 11px; color: rgba(255,255,255,0.4); } .top-progress__count { font-size: 12px; color: #4a90d9; font-weight: 600; } .top-progress__bar-wrap { - width: 120px; height: 4px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; + width: 120px; height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden; } .top-progress__bar { height: 100%; background: linear-gradient(90deg, #4a90d9, #52c41a); border-radius: 2px;