This commit is contained in:
sunny 2018-09-19 19:38:50 +09:00
commit d1b5508594
2 changed files with 9 additions and 1 deletions

View File

@ -135,4 +135,13 @@
top: 0;
left: 0;
height: 100%;
}
// /deep/ .ui-blockui {
// opacity: 0.1;
// }
/deep/ .ui-widget-overlay {
background-color: #666666;
opacity: .20;
filter: Alpha(Opacity=50);
}

View File

@ -140,7 +140,6 @@ export class HomePageComponent implements OnInit, OnDestroy {
alert('An error has occurred.');
return of();
}),
take(1)
)
.subscribe();
}