fix: 5 个响应式/z-index 问题 (#1316) #1326
Reference in New Issue
Block a user
Delete Branch "fix/responsive-zindex-issues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
修复内容
1. z-index 硬编码修复
voice-clone.css、templates.css、voices.css中自定义 overlay 的z-index: 1000替换为z-index: var(--z-modal)2. ResultDrawer 移动端溢出
assets/components/ResultDrawer.tsx:固定宽度 420px 在窄屏溢出,添加maxWidth: 100vw约束3. EditingPlanner 高度冲突
EditingPlanner.css.ep-v8-root:height: 100vh与主布局冲突,改为height: calc(100vh - 68px)4. templates-grid 响应式
templates.css.xx-templates-grid:固定 4 列无响应式,调整断点为 1400px→3列、1024px→2列5. EditingPlanner Drawers 窄屏溢出
maxWidth: 100vw约束,防止窄屏溢出CI全绿,自动审批通过。
CI全绿,自动审批通过。
🚀 预览环境已部署
代码审查结果 - PR #1326
⚠️ 问题(0个需要修改)
无
💡 建议(0个可选)
无
✅ 格式检查通过 | ✅ 逻辑审查通过 | ✅ 性能无关注
🤖 由 AI 代码审查机器人自动生成 | 2026-08-09 16:04:59 | 模型:
✅ CI 全绿,已 squash merge 到 develop(
a408ca66)🗑️ 预览环境已清理
PR #1326 已关闭或合并,对应的预览环境已被清理。