垫对话框容器

时间:2019-04-19 04:01:29

标签: javascript html angular dialog

我的对话框内容似乎也不适合我希望的对话框容器。它仍然在对话框内容周围显示空格。它不完全适合容器。谁能帮我解决更改对话框容器错误的问题。

<div class="dialog-content-wrapper"></div>
    <mat-toolbar matDialogTitle class="mat-accent m-0">
      <mat-toolbar-row fxLayout="row" fxLayoutAlign="space-between center">
        <span class="title dialog-title">Info</span>
        <button mat-icon-button (click)="matDialogRef.close()" aria-label="Close dialog">
          <mat-icon>close</mat-icon>
        </button>
      </mat-toolbar-row>
    </mat-toolbar>
<div mat-dialog-content class="p-24 m-0"></div>

有人知道如何修复它,以使其紧密贴合容器并且滚动条应更靠近内容。this is how the image of the dialog looks like

0 个答案:

没有答案