質問編集履歴
2
codeの訂正 - ons-listが抜けていましたので再度更新しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,8 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
```ここに言語を入力
|
10
|
+
|
11
|
+
<ons-list>
|
10
12
|
|
11
13
|
<ons-list-header>Thumbnails and titles</ons-list-header>
|
12
14
|
|
@@ -26,6 +28,8 @@
|
|
26
28
|
|
27
29
|
</ons-list-item>
|
28
30
|
|
31
|
+
</ons-list>
|
32
|
+
|
29
33
|
```
|
30
34
|
|
31
35
|
|
@@ -33,6 +37,8 @@
|
|
33
37
|
↓
|
34
38
|
|
35
39
|
```ここに言語を入力
|
40
|
+
|
41
|
+
<ons-list>
|
36
42
|
|
37
43
|
<ons-list-header>Thumbnails and titles</ons-list-header>
|
38
44
|
|
@@ -54,6 +60,8 @@
|
|
54
60
|
|
55
61
|
</ons-list-item>
|
56
62
|
|
63
|
+
<ons-list>
|
64
|
+
|
57
65
|
```
|
58
66
|
|
59
67
|
|
1
1つのlist-itemとしてlist-itemに文字を入れたい。(今後list-itemからページ遷移をする予定)
test
CHANGED
File without changes
|
test
CHANGED
@@ -65,3 +65,9 @@
|
|
65
65
|
青い線内に一つのons-list-itemとしてテキスト、アイコンを入れたいのですが、改善策はありますでしょうか?
|
66
66
|
|
67
67
|
ご回答よろしくお願いします。
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
![イメージ説明](d0276f8796ccc3dec2fa782905e3839d.png)
|
72
|
+
|
73
|
+
test-text 2020/3/31というテキストをサムネイル画像、タイトルの下に追加をしたいです。
|