修复日报中图标时间轴错乱。

This commit is contained in:
wyf
2026-01-08 11:56:17 +08:00
parent 575f91e8dd
commit 2991deb8b3
21 changed files with 2824 additions and 1055 deletions

View File

@@ -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)),