File tree 7 files changed +180
-185
lines changed
7 files changed +180
-185
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const select = (e) => {
28
28
</div >
29
29
30
30
<div >
31
- <div class =" select-image" >
31
+ <ul class =" select-image" >
32
32
<li class =" active" >
33
33
<img src =" /recipe1.png" alt =" " name =" きゅうり" @click =" select" />
34
34
<p >きゅうり</p >
@@ -41,9 +41,6 @@ const select = (e) => {
41
41
<img src =" /potato.png" alt =" " />
42
42
<p >じゃがいも</p >
43
43
</li >
44
- </div >
45
-
46
- <div class =" select-image" >
47
44
<li >
48
45
<img src =" /milk.png" alt =" " />
49
46
<p >牛乳</p >
@@ -56,7 +53,7 @@ const select = (e) => {
56
53
<img src =" /400px-Table_salt_with_salt_shaker_V1.png" alt =" " />
57
54
<p >チーズ</p >
58
55
</li >
59
- </div >
56
+ </ul >
60
57
</div >
61
58
</div >
62
59
140
137
141
138
.select-image {
142
139
display : flex ;
143
- justify-content : space-around ;
140
+ justify-content : space-between ;
141
+ flex-wrap : wrap ;
144
142
}
145
143
146
144
.select-image {
Original file line number Diff line number Diff line change @@ -111,12 +111,6 @@ const imageUpload = (e) => {
111
111
画像で食材を入力
112
112
</label >
113
113
</div >
114
- <div class =" jump-button" >
115
- <button class =" word-jump-button" @click =" " >
116
- <img src =" /word-icon.png" alt =" " />
117
- <span >文字で食材を入力</span >
118
- </button >
119
- </div >
120
114
</footer >
121
115
</template >
122
116
128
122
.container {
129
123
max-width : 390px ;
130
124
margin : 0 auto ;
131
- padding-bottom : 182 px ;
125
+ padding-bottom : 122 px ;
132
126
}
133
127
134
128
header {
You can’t perform that action at this time.
0 commit comments