fix: 禁用底部安全区以改善布局
This commit is contained in:
@@ -253,6 +253,7 @@ class _H5ShellPageState extends State<H5ShellPage> with WidgetsBindingObserver {
|
||||
},
|
||||
child: Scaffold(
|
||||
body: SafeArea(
|
||||
bottom: false,
|
||||
child: Stack(
|
||||
children: [
|
||||
WebViewWidget(controller: _controller),
|
||||
|
||||
Reference in New Issue
Block a user