根因:弹窗 body 无高度约束,窗口缩小时内容溢出导致分页与 footer 重叠。 修复:为弹窗添加 max-height: 75vh + overflow-y: auto 约束,分页与 footer 增加间距和分隔线。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The file is empty.
根因:弹窗 body 无高度约束,窗口缩小时内容溢出导致分页与 footer 重叠。 修复:为弹窗添加 max-height: 75vh + overflow-y: auto 约束,分页与 footer 增加间距和分隔线。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>