mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -14,9 +14,9 @@ import {dom} from 'ionic/util';
|
||||
* <ion-list>
|
||||
* <ion-item *ng-for="#item of items" (click)="itemTapped($event, item)">
|
||||
* {{item.title}}
|
||||
* <div class="item-note" item-right>
|
||||
* <ion-note item-right>
|
||||
* {{item.note}}
|
||||
* </div>
|
||||
* </ion-note>
|
||||
* </ion-item>
|
||||
* </ion-list>
|
||||
* ```
|
||||
|
||||
@@ -134,7 +134,7 @@ $item-ios-divider-padding: 5px 15px !default;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
.item-note {
|
||||
ion-note {
|
||||
color: $item-ios-note-color;
|
||||
}
|
||||
|
||||
|
||||
@@ -137,7 +137,7 @@ $item-md-divider-padding: 5px 15px !default;
|
||||
line-height: $item-md-body-text-line-height;
|
||||
}
|
||||
|
||||
.item-note {
|
||||
ion-note {
|
||||
color: $item-md-note-color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user