Alert 창 크기 수정 누락본 추가.

This commit is contained in:
leejinho 2020-03-30 18:43:02 +09:00
parent 10188dea22
commit 96e0b7b5dd
2 changed files with 5 additions and 0 deletions

View File

@ -405,6 +405,7 @@ export class OrganizationComponent implements OnInit, OnDestroy {
AlertDialogData, AlertDialogData,
AlertDialogResult AlertDialogResult
>(AlertDialogComponent, { >(AlertDialogComponent, {
panelClass: 'miniSize-dialog',
data: { data: {
title: this.translateService.instant('call.errors.label'), title: this.translateService.instant('call.errors.label'),
html: this.translateService.instant('call.errors.cannotCallToUser') html: this.translateService.instant('call.errors.cannotCallToUser')
@ -459,6 +460,7 @@ export class OrganizationComponent implements OnInit, OnDestroy {
AlertDialogData, AlertDialogData,
AlertDialogResult AlertDialogResult
>(AlertDialogComponent, { >(AlertDialogComponent, {
panelClass: 'miniSize-dialog',
data: { data: {
title: this.translateService.instant('call.errors.label'), title: this.translateService.instant('call.errors.label'),
html: this.translateService.instant( html: this.translateService.instant(
@ -479,6 +481,7 @@ export class OrganizationComponent implements OnInit, OnDestroy {
AlertDialogData, AlertDialogData,
AlertDialogResult AlertDialogResult
>(AlertDialogComponent, { >(AlertDialogComponent, {
panelClass: 'miniSize-dialog',
data: { data: {
title: this.translateService.instant('sms.errors.label'), title: this.translateService.instant('sms.errors.label'),
html: this.translateService.instant('sms.errors.haveNoPermission') html: this.translateService.instant('sms.errors.haveNoPermission')

View File

@ -423,6 +423,7 @@ export class IntegratedSearchDialogComponent implements OnInit, OnDestroy {
AlertDialogData, AlertDialogData,
AlertDialogResult AlertDialogResult
>(AlertDialogComponent, { >(AlertDialogComponent, {
panelClass: 'miniSize-dialog',
data: { data: {
title: this.translateService.instant('call.errors.label'), title: this.translateService.instant('call.errors.label'),
html: this.translateService.instant('call.errors.cannotCallToUser') html: this.translateService.instant('call.errors.cannotCallToUser')
@ -477,6 +478,7 @@ export class IntegratedSearchDialogComponent implements OnInit, OnDestroy {
AlertDialogData, AlertDialogData,
AlertDialogResult AlertDialogResult
>(AlertDialogComponent, { >(AlertDialogComponent, {
panelClass: 'miniSize-dialog',
data: { data: {
title: this.translateService.instant('call.errors.label'), title: this.translateService.instant('call.errors.label'),
html: this.translateService.instant( html: this.translateService.instant(