关联信息显示优化

This commit is contained in:
zhouyuejun
2019-01-23 17:04:32 +08:00
parent d99cd55daf
commit 9acf53cfc6
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -208,7 +208,7 @@
</div>
</div>
<div #tabContainer class="airline-message" [ngClass]="{'tab-c': tabClose,'tab-o': !tabClose}">
<nz-tabset [nzTabPosition]="'top'" [nzType]="'card'" [nzShowPagination]="false">
<nz-tabset [nzTabPosition]="'top'" [nzType]="'card'" [nzShowPagination]="true">
<nz-tab nzTitle="关联信息" *ngIf="checkboxGroup.related">
<app-related-tab [flight]="row_state" [allAirports]="airports"></app-related-tab>
</nz-tab>