mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
@ -17,6 +17,8 @@
|
|||||||
@include text-inherit();
|
@include text-inherit();
|
||||||
@include padding(0, .7em);
|
@include padding(0, .7em);
|
||||||
|
|
||||||
|
position: relative;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ export class ItemOption implements ComponentInterface {
|
|||||||
<slot name="bottom" />
|
<slot name="bottom" />
|
||||||
<slot name="end"></slot>
|
<slot name="end"></slot>
|
||||||
</span>
|
</span>
|
||||||
{this.mode === 'md' && <ion-ripple-effect />}
|
{this.mode === 'md' && <ion-ripple-effect></ion-ripple-effect>}
|
||||||
</TagType>
|
</TagType>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user