feat: 更新 H5ShellPage 的 SafeArea 设置,禁用顶部和底部的安全区域
This commit is contained in:
@@ -444,6 +444,7 @@ class _H5ShellPageState extends State<H5ShellPage> {
|
|||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
backgroundColor: _shellBackground,
|
backgroundColor: _shellBackground,
|
||||||
body: SafeArea(
|
body: SafeArea(
|
||||||
|
top: false,
|
||||||
bottom: false,
|
bottom: false,
|
||||||
child: Stack(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user