From 26361f3a9561191d9d7a57fab0f2c13b4e0b4661 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Thu, 2 Apr 2026 17:27:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BA=A4=E6=9B=BF=E8=A1=8C=E5=BA=95?= =?UTF-8?q?=E8=89=B2=E6=94=B9=E4=B8=BA=E7=99=BD/=E6=B5=85=E8=93=9D?= =?UTF-8?q?=EF=BC=8C=E5=AF=B9=E6=AF=94=E6=9B=B4=E6=98=8E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- excel_writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excel_writer.py b/excel_writer.py index c8bf609..66ca91e 100644 --- a/excel_writer.py +++ b/excel_writer.py @@ -366,7 +366,7 @@ def write_vehicle_tracking_sheet(wb, settle_month, G, master_vehicles, vehicle_p # 交替行底色 stripe_a = PatternFill(start_color='FFFFFF', end_color='FFFFFF', fill_type='solid') # 白 - stripe_b = PatternFill(start_color='F5F5F5', end_color='F5F5F5', fill_type='solid') # 浅灰 + stripe_b = PatternFill(start_color='DCE6F1', end_color='DCE6F1', fill_type='solid') # 浅蓝 vehicle_idx = 0 rn = 2