feat: 更新 H5ShellPage 背景颜色为白色;启用安全区域设置

This commit is contained in:
Booker
2026-05-27 13:42:03 +07:00
parent e05b75d8df
commit 1f65b61337

View File

@@ -563,9 +563,8 @@ class _H5ShellPageState extends State<H5ShellPage> {
} }
}, },
child: Scaffold( child: Scaffold(
backgroundColor: _shellBackground, backgroundColor: Colors.white,
body: SafeArea( body: SafeArea(
top: false,
bottom: false, bottom: false,
child: Stack( child: Stack(
children: [ children: [