mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
layout refactor
This commit is contained in:
@ -11,9 +11,9 @@ import {IonicComponent} from 'ionic2/config/component'
|
||||
})
|
||||
@Template({
|
||||
inline: `
|
||||
<div class="toolbar tab-bar"
|
||||
[class.toolbar-top]="placement=='top'"
|
||||
[class.toolbar-bottom]="placement=='bottom'">
|
||||
<div class="tab-bar"
|
||||
[class.tab-bar-top]="placement=='top'"
|
||||
[class.tab-bar-bottom]="placement=='bottom'">
|
||||
<div class="tab-bar-container">
|
||||
<a *for="#tab of tabs"
|
||||
class="tab-bar-item"
|
||||
|
||||
Reference in New Issue
Block a user