You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

584 B

视频生成预检组件 UI 调整

变更类型

  • UI/UX 改进
  • 新功能
  • Bug 修复
  • 重构

变更详情

修改了 GenerationPrecheck 组件的显示方式:

  1. 移除模态遮罩:不再使用全屏遮罩层(Overlay)。
  2. 改为内嵌定位:使用 absolute 定位将预检界面直接覆盖在预览区域(CenterArea)之上。
  3. 样式调整:移除了固定尺寸限制,使其自适应父容器大小。

影响范围

  • client/src/components/features/preview/GenerationPrecheck.tsx

截图/演示

(无)