From 04ffa2dcebd977c2b56feafb8b3ed38f442c50c5 Mon Sep 17 00:00:00 2001 From: Peanut Date: Sun, 19 Jul 2026 20:17:26 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20Chat=20=E8=A7=86=E5=9B=BE=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=86=85=E8=BE=B9=E8=B7=9D=E4=BF=AE=E5=A4=8D=E5=AE=9E?= =?UTF-8?q?=E6=96=BD=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...2026-07-19-chat-view-bottom-padding-fix.md | 188 ++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 docs/superpowers/plans/2026-07-19-chat-view-bottom-padding-fix.md diff --git a/docs/superpowers/plans/2026-07-19-chat-view-bottom-padding-fix.md b/docs/superpowers/plans/2026-07-19-chat-view-bottom-padding-fix.md new file mode 100644 index 0000000..3e254d4 --- /dev/null +++ b/docs/superpowers/plans/2026-07-19-chat-view-bottom-padding-fix.md @@ -0,0 +1,188 @@ +# Chat 视图底部内边距修复实施计划 + +> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking. + +**Goal:** 修复 ScriptView chat 视图 ClarificationCard 提交按钮被主页 bottom-nav(104rpx)遮挡导致用户无法滚动到可见的问题。 + +**Architecture:** 在 `ScriptView.vue` 样式中,给 `.chat-page` 增加 `env(safe-area-inset-bottom)` 适配 iPhone 安全区,给 `.chat-scroll-content` 的 `padding-bottom` 从 40rpx 增至 120rpx,使滚动内容底部留出 bottom-nav 高度(104rpx)+ 16rpx 呼吸间距。 + +**Tech Stack:** UniApp Vue 3 `