中化加油站项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
812 B

<div class="license" id="license">
<div class="title">
<div class="titlebox">
<img src="../../../assets/images/logosm.png" alt="">
<div class="nav">
<div class="navitem">
<span *ngFor="let item of navList" [ngClass]="{'grey': selectedItem != item}"
(click)="selectNav(item)">{{item}}</span>
</div>
</div>
</div>
</div>
<div class="content">
<app-inform *ngIf="selectedItem == navList[0]"></app-inform>
<app-update-category *ngIf="selectedItem == navList[1]"></app-update-category>
<app-file-category *ngIf="selectedItem == navList[2]"></app-file-category>
<app-histories *ngIf="selectedItem == navList[3]"></app-histories>
</div>
</div>