-
+
{{ randomBlock[num].type }}
+
+
doClickBlock(randomBlock[0], index)">
+ {{ randomBlock[0].type }}
+
@@ -162,6 +144,17 @@ onMounted(() => {
display: inline-block;
}
+.block-1 {
+ border-radius: 4px;
+ border: 1px solid #666;
+}
+
+.block-2 {
+ margin-left: -30px;
+ border-radius: 4px;
+ border: 1px solid #666;
+}
+
.disabled {
background: grey;
cursor: not-allowed;