fix: 标题预览水平居中,叠加层加flex居中 #1245

Merged
auto-approve-bot merged 1 commits from fix/title-preview-center into develop 2026-08-05 16:51:00 +08:00
@@ -138,6 +138,8 @@ export const PreviewVideoPanel: React.FC<PreviewVideoPanelProps> = ({
position: "absolute",
...positionOverlayStyle(titleSettings!.position),
width: "100%",
display: "flex",
justifyContent: "center",
zIndex: 1,
pointerEvents: "none",
}}