mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
@ -5,7 +5,7 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
$tabbar-ios-background: $toolbar-ios-background !default;
|
$tabbar-ios-background: $toolbar-ios-background !default;
|
||||||
$tabbar-ios-item-padding: 0 10px !default;
|
$tabbar-ios-item-padding: 0 2px !default;
|
||||||
$tabbar-ios-item-font-size: 10px !default;
|
$tabbar-ios-item-font-size: 10px !default;
|
||||||
$tabbar-ios-item-icon-size: 30px !default;
|
$tabbar-ios-item-icon-size: 30px !default;
|
||||||
$tabbar-ios-height: 49px !default;
|
$tabbar-ios-height: 49px !default;
|
||||||
|
@ -225,6 +225,8 @@ export class Tab3 {
|
|||||||
<ion-tab tabTitle="Plain List" tabIcon="star" [root]="root1" (ionSelect)="onSelect($event)"></ion-tab>
|
<ion-tab tabTitle="Plain List" tabIcon="star" [root]="root1" (ionSelect)="onSelect($event)"></ion-tab>
|
||||||
<ion-tab tabTitle="Schedule" tabIcon="globe" [root]="root2"></ion-tab>
|
<ion-tab tabTitle="Schedule" tabIcon="globe" [root]="root2"></ion-tab>
|
||||||
<ion-tab tabTitle="Stopwatch" tabIcon="stopwatch" [root]="root3"></ion-tab>
|
<ion-tab tabTitle="Stopwatch" tabIcon="stopwatch" [root]="root3"></ion-tab>
|
||||||
|
<ion-tab tabTitle="Messages" tabIcon="chatboxes" [root]="root1"></ion-tab>
|
||||||
|
<ion-tab tabTitle="My Profile" tabIcon="person" [root]="root2"></ion-tab>
|
||||||
</ion-tabs>
|
</ion-tabs>
|
||||||
`
|
`
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user