回答編集履歴

2

調整

2018/10/04 02:40

投稿

yambejp
yambejp

スコア114863

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  table{border-collapse:collapse}
10
10
 
11
- th#topleft{padding:0px;}
11
+ th.topleft{padding:0px;}
12
12
 
13
13
  th,td{border:1px solid #000000;}
14
14
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  <tr>
22
22
 
23
- <th id="topleft">
23
+ <th class="topleft">
24
24
 
25
25
  <svg width="100" height="30">
26
26
 

1

微調整

2018/10/04 02:40

投稿

yambejp
yambejp

スコア114863

test CHANGED
@@ -7,6 +7,8 @@
7
7
  <style>
8
8
 
9
9
  table{border-collapse:collapse}
10
+
11
+ th#topleft{padding:0px;}
10
12
 
11
13
  th,td{border:1px solid #000000;}
12
14
 
@@ -18,15 +20,15 @@
18
20
 
19
21
  <tr>
20
22
 
21
- <th>
23
+ <th id="topleft">
22
24
 
23
25
  <svg width="100" height="30">
24
26
 
25
27
  <polyline points="0 0 100 30" stroke="black" fill="none"/>
26
28
 
27
- <text x="0" y="30">品目</text>
29
+ <text x="0" y="27">品目</text>
28
30
 
29
- <text x="50" y="13">ランク</text>
31
+ <text x="50" y="14">ランク</text>
30
32
 
31
33
  </svg>
32
34
 
@@ -67,3 +69,5 @@
67
69
  </table>
68
70
 
69
71
  ```
72
+
73
+ ※ぎりぎり微調整しました