mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00

committed by
Brandy Carney

parent
55bc32dafe
commit
5a8fe82c3a
@ -40,8 +40,8 @@ ion-label[fixed] {
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.item-label-stacked ion-label,
|
||||
.item-label-floating ion-label {
|
||||
.item-label-stacked > ion-label,
|
||||
.item-label-floating > ion-label {
|
||||
align-self: stretch;
|
||||
|
||||
width: auto;
|
||||
|
@ -28,7 +28,7 @@
|
||||
</ion-item>
|
||||
|
||||
<ion-item>
|
||||
<ion-label>init=150, min=-200, max=200</ion-label>
|
||||
<ion-label stacked>init=150, min=-200, max=200</ion-label>
|
||||
<ion-range min="-200" max="200" [(ngModel)]="singleValue2" secondary>
|
||||
<ion-label range-left>-200</ion-label>
|
||||
<ion-label range-right>200</ion-label>
|
||||
|
Reference in New Issue
Block a user