白色出现在对话框的背景中:
打字稿:config-referrals.component.ts
openDialog(action, obj) {
this.globalService.configAvailability = null;
obj.action = action;
const dialogRef = this.dialog.open(AddConsultantComponent,{
data: obj,
});
dialogRef.afterClosed().subscribe(result => {
this.ngOnInit();
});
}