预约成功

This commit is contained in:
czz
2025-07-17 17:33:46 +08:00
parent b7ecef5b7b
commit 594b1f31e0

View File

@@ -38,7 +38,7 @@ class _ApplyRepairSuccessState extends State<ApplyRepairSuccess> {
decoration: BoxDecoration(
image: DecorationImage(
image: AssetImage('assets/images/new_background.png'), // 本地图片
fit: BoxFit.contain, // 填满整个 Container
fit: BoxFit.fill, // 填满整个 Container
),
),
child: Scaffold(