質問編集履歴
1
コードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,11 +22,11 @@
|
|
22
22
|
|
23
23
|
```React
|
24
24
|
|
25
|
-
<div style={{width: 62%
|
25
|
+
<div style={{width: "62%",
|
26
26
|
|
27
|
-
z-index: 100
|
27
|
+
z-index: 100,
|
28
28
|
|
29
|
-
margin-top: 20
|
29
|
+
margin-top: 20}} >
|
30
30
|
|
31
31
|
<img src="a" width="100%" />
|
32
32
|
|