fix(client): iOS 顶栏避开状态栏,修复菜单按钮被遮挡退不出登录
顶栏 Container 原从 y=0 起绘,iOS 状态栏盖住左上角菜单按钮,窄屏无法 打开抽屉菜单/退出登录。顶栏高度加上 MediaQuery.padding.top,内容下移 一个状态栏高度,蓝色仍铺满到屏幕顶。桌面/Web 状态栏高度为 0 不受影响。 todo #53。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+15
-2
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"meta": {
|
||||
"title": "酒库管理系统 — 项目 TODO",
|
||||
"updated_at": "2026-06-16T06:42:15.640Z"
|
||||
"updated_at": "2026-06-16T14:20:07.674Z"
|
||||
},
|
||||
"seq": 52,
|
||||
"seq": 53,
|
||||
"items": [
|
||||
{
|
||||
"id": 1,
|
||||
@@ -829,6 +829,19 @@
|
||||
"done": false,
|
||||
"completed_at": null,
|
||||
"version": null
|
||||
},
|
||||
{
|
||||
"id": 53,
|
||||
"title": "iOS 顶栏被状态栏遮挡,菜单按钮点不到(SafeArea)",
|
||||
"desc": null,
|
||||
"level": "mid",
|
||||
"tier": null,
|
||||
"tags": [],
|
||||
"status": "done",
|
||||
"created_at": "2026-06-16T14:19:56.340Z",
|
||||
"done": false,
|
||||
"completed_at": null,
|
||||
"version": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user