This commit is contained in:
sunny
2018-05-30 18:40:37 +09:00
parent 82d7337cb9
commit 03e5342c79
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<h1>Download</h1>
<p-tabView orientation="left" (onChange)="onChange($event)" [activeIndex]="index">
<p-tabView orientation="left" (onChange)="onChange($event)" [activeIndex]="index" class="ui-tab-bgcolor">
<!--
<p-tabPanel [header]="item.header" *ngFor="let item of items; let i = index" [selected]="i == 0">
{{item.content}}