diff --git a/src/pages/GamePage.vue b/src/pages/GamePage.vue index bce7e69..03eed9d 100644 --- a/src/pages/GamePage.vue +++ b/src/pages/GamePage.vue @@ -16,50 +16,32 @@
-
+
{{ block.type }}
- -
-
- {{ randomBlock[0].type }} -
+ +
-
+
{{ randomBlock[num].type }}
+ +
+ {{ 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;