From 3e953a91d43b2c6940165e95696e85eac2a2d2c3 Mon Sep 17 00:00:00 2001 From: penmily <1430757558@qq.com> Date: Wed, 21 Sep 2022 13:27:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[upgrade]=E7=A6=81=E6=AD=A2=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E5=8F=8C=E6=8C=87=E6=94=BE=E5=A4=A7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 028145b..f247504 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + 鱼了个鱼 From e27e875790ac9a06f958acddd4a5c8499b8117ca Mon Sep 17 00:00:00 2001 From: zhudaoruyi <1430757558@qq.com> Date: Wed, 21 Sep 2022 14:45:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[upgrade]=E6=B8=B2=E6=9F=93=E9=9A=8F?= =?UTF-8?q?=E6=9C=BA=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/GamePage.vue | 59 +++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 33 deletions(-) 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;