Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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>

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
4.6k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...