Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.6k views
in Technique[技术] by (71.8m points)

primeng - Prime-ng p-dialog is not aligning to center with dynamic data

I have a Prime-ng p-dialog which loads dynamic data into it. I want to center the dialog in the screen, though the position="top" is set, it looks like it is not aligned at the center. Is there a way that I add a property or modifiy the property to top align the p-dialog.

    <div *ngIf="viewdialog" >
        <p-dialog [(visible)]="viewdialog" [modal]="true" [responsive]="true"
        [style]="{width: '450px', minWidth: '200px', height:'350px', 'text-align': 'center'}" [minY]="90"
        [maximizable]="false" [baseZIndex]="10000" [closeOnEscape]="true" [closable]="false" position="top">
    </p-dialog>
</div>

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...