fix: 标题预览水平居中,叠加层加flex居中 #1245
@@ -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",
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user