fix: Step5 BatchGenerationGrid 单卡居中 + maxWidth 240px #1760
Reference in New Issue
Block a user
Delete Branch "fix/1759-step5-single-card-center"
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 个视频时,卡片太大且偏右,没有水平居中。
修复
xx-batch-gen-gridCSS 加justify-items: center,grid item 级别强制居中BatchGenerationGrid.tsxgrid 容器加 inline style 保底(display:grid / justifyContent:center / justifyItems:center / width:100%)maxWidth: 240px,防止单卡撑满整个宽度justify-items: center验收
改动文件
apps/web/src/pages/generate/generate.cssapps/web/src/pages/generate/components/BatchGenerationGrid.tsx🚀 预览环境已部署
CI全绿,自动审批通过。
CI全绿,自动审批通过。
🗑️ 预览环境已清理
PR #1760 已关闭或合并,对应的预览环境已被清理。