修复日报中图标时间轴错乱。
This commit is contained in:
@@ -153,7 +153,7 @@ class _PrivacyPolicyNewPageState extends State<PrivacyPolicyNewPage> {
|
||||
return Stack(
|
||||
children: [
|
||||
Padding(
|
||||
padding: EdgeInsets.fromLTRB(0, 0, 30.rpx, 0),
|
||||
padding: EdgeInsets.fromLTRB(0, 0, 0.rpx, 0),
|
||||
child: InAppWebView(
|
||||
key: UniqueKey(),
|
||||
initialUrlRequest: URLRequest(url: WebUri(widget.sleepUri)),
|
||||
|
||||
Reference in New Issue
Block a user