https://ja.onsen.io/v2/api/js/ons-list-item.html
上記のサイトにあるThumbnails and titles というテンプレートを使用しているのですが、その下の項目に文字やアイコンを表示させたいのですが表示されません。
<ons-list> <ons-list-header>Thumbnails and titles</ons-list-header> <ons-list-item> <div class="left"> <img class="list-item__thumbnail" src="https://placekitten.com/g/40/40"> </div> <div class="center"> <span class="list-item__title">Cutest kitty</span><span class="list-item__subtitle">On the Internet</span> </div> </ons-list-item> </ons-list>
↓
<ons-list> <ons-list-header>Thumbnails and titles</ons-list-header> <ons-list-item> <div class="left"> <img class="list-item__thumbnail" src="https://placekitten.com/g/40/40"> </div> <div class="center"> <span class="list-item__title">Cutest kitty</span><span class="list-item__subtitle">On the Internet</span> </div> <p> test test test </p> </ons-list-item> <ons-list>
test test testが表示されません。イメージとしては
青い線内に一つのons-list-itemとしてテキスト、アイコンを入れたいのですが、改善策はありますでしょうか?
ご回答よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/31 20:57