From 594b1f31e0ddf4c8a5fd9cae960a609c9b64a318 Mon Sep 17 00:00:00 2001 From: czz <862977248@qq.com> Date: Thu, 17 Jul 2025 17:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E7=BA=A6=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/mh_page/applyRepair/apply_repair_success.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/mh_page/applyRepair/apply_repair_success.dart b/lib/pages/mh_page/applyRepair/apply_repair_success.dart index 8d85348..36a1738 100644 --- a/lib/pages/mh_page/applyRepair/apply_repair_success.dart +++ b/lib/pages/mh_page/applyRepair/apply_repair_success.dart @@ -38,7 +38,7 @@ class _ApplyRepairSuccessState extends State { decoration: BoxDecoration( image: DecorationImage( image: AssetImage('assets/images/new_background.png'), // 本地图片 - fit: BoxFit.contain, // 填满整个 Container + fit: BoxFit.fill, // 填满整个 Container ), ), child: Scaffold(