From 9ba639a21eca056a4a28e1d7ba5d1617c8c1794d Mon Sep 17 00:00:00 2001 From: Yulin Shen Date: Mon, 26 Sep 2022 21:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20block=20=E7=9A=84=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E6=8C=87=E9=92=88=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/GamePage.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/GamePage.vue b/src/pages/GamePage.vue index bce7e69..1d6a64a 100644 --- a/src/pages/GamePage.vue +++ b/src/pages/GamePage.vue @@ -166,4 +166,8 @@ onMounted(() => { background: grey; cursor: not-allowed; } + +.block:not(.disabled) { + cursor: pointer; +}