mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(router-outlet): css and change logic
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
@import "../../themes/ionic.globals";
|
||||
|
||||
ion-tab {
|
||||
@include position(0, null, null, 0);
|
||||
|
||||
position: absolute;
|
||||
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@ -1,8 +1,7 @@
|
||||
import { Build, Component, Element, Event, EventEmitter, Method, Prop, State, Watch } from '@stencil/core';
|
||||
|
||||
@Component({
|
||||
tag: 'ion-tab',
|
||||
styleUrl: 'tab.scss'
|
||||
tag: 'ion-tab'
|
||||
})
|
||||
export class Tab {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user