45 lines
880 B
Markdown
45 lines
880 B
Markdown
# T022 — RWD polish + build smoke checklist
|
||
|
||
> Status: `todo`
|
||
> Milestone: `M9`
|
||
> Est. change: `~120 lines`
|
||
|
||
## Goal
|
||
|
||
手機寬度可走完:登入 → Today → Studio 開串(簡)→ Outbox;build 穩定。
|
||
|
||
## Depends on
|
||
|
||
- T014–T020 主路徑完成後
|
||
|
||
## Inputs
|
||
|
||
- Spec §5.2 RWD、requirements Phase B 成功標準
|
||
|
||
## Outputs
|
||
|
||
### 程式變更
|
||
|
||
| 路徑 | 動作 | 說明 |
|
||
|------|------|------|
|
||
| layout CSS | edit | 修 overflow、dock 遮擋 |
|
||
| 可選 `docs/product/.../B-CHECKLIST.md` | add | 人手測清單 |
|
||
|
||
### 行為變更
|
||
|
||
- 主內容不被底欄遮住(padding-bottom)
|
||
|
||
## Out of scope
|
||
|
||
- 完美 pixel polish
|
||
|
||
## Acceptance
|
||
|
||
- [ ] `npm run build` 通過
|
||
- [ ] 375px 寬手動點通主路徑無橫向爆版
|
||
- [ ] INDEX 上 T001–T022 除本 task 外皆 done 後,本 task done → 等人審 B OK
|
||
|
||
```bash
|
||
cd apps/web && npm run build
|
||
```
|