[web-app] 告警通知-接收人配置和消息策略配置。全局字体基础大小修改为12px

This commit is contained in:
tomsun28
2021-12-16 22:10:57 +08:00
parent 1dae784118
commit c0c8d8179b
12 changed files with 583 additions and 15 deletions

View File

@@ -19,17 +19,17 @@ const COMPONENTS: Type<void>[] = [
];
@NgModule({
imports: [
SharedModule,
AlertRoutingModule,
NzDividerModule,
NzBreadCrumbModule,
NzTagModule,
NzRadioModule,
NzSwitchModule,
NzCascaderModule,
NzTransferModule,
],
imports: [
SharedModule,
AlertRoutingModule,
NzDividerModule,
NzBreadCrumbModule,
NzTagModule,
NzRadioModule,
NzSwitchModule,
NzCascaderModule,
NzTransferModule
],
declarations: COMPONENTS,
})
export class AlertModule { }