回答編集履歴

3

内容追加

2021/06/30 13:27

投稿

runnynose
runnynose

スコア508

test CHANGED
@@ -68,6 +68,6 @@
68
68
 
69
69
 
70
70
 
71
- まあ、私だったらCSSでやったりもします^^
71
+ まあ、ブラウザの表示上解決すれば良いということであれば、私だったらCSSでやったりもします^^
72
72
 
73
73
  [https://developer.mozilla.org/ja/docs/Web/CSS/flex-direction](https://developer.mozilla.org/ja/docs/Web/CSS/flex-direction)

2

修正

2021/06/30 13:27

投稿

runnynose
runnynose

スコア508

test CHANGED
@@ -22,9 +22,9 @@
22
22
 
23
23
 
24
24
 
25
- const test1Elements = document.querySelectorAll('.test');
25
+ const testElements = document.querySelectorAll('.test');
26
26
 
27
- test1Elements.forEach((item)=>{
27
+ testElements.forEach((item)=>{
28
28
 
29
29
  const arr = Array.from(item.childNodes);
30
30
 

1

修正

2021/06/30 13:26

投稿

runnynose
runnynose

スコア508

test CHANGED
@@ -70,4 +70,4 @@
70
70
 
71
71
  まあ、私だったらCSSでやったりもします^^
72
72
 
73
- https://developer.mozilla.org/ja/docs/Web/CSS/flex-direction
73
+ [https://developer.mozilla.org/ja/docs/Web/CSS/flex-direction](https://developer.mozilla.org/ja/docs/Web/CSS/flex-direction)