質問編集履歴

1

コードの追加

2021/01/14 02:12

投稿

shirout
shirout

スコア36

test CHANGED
File without changes
test CHANGED
@@ -31,3 +31,17 @@
31
31
  </style>
32
32
 
33
33
  ```
34
+
35
+ 以下のようにすると1つ目の「colにのみ」赤色に変更はできたのですが、rgb指定が適用されません
36
+
37
+ ```vue.js
38
+
39
+ <template>
40
+
41
+ <col class="red"></col>
42
+
43
+ <col></col>
44
+
45
+ </template>
46
+
47
+ ```