From 8eb17e4c02fa2f208a284fea63c408c702bd03eb Mon Sep 17 00:00:00 2001 From: lin <1439713475@qq.com> Date: Fri, 16 Sep 2022 20:31:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BA=86random-board?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E5=90=8Eslot-board=E4=B8=8A=E7=A7=BB?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/GamePage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/GamePage.vue b/src/pages/GamePage.vue index 29ab9f4..958c3bf 100644 --- a/src/pages/GamePage.vue +++ b/src/pages/GamePage.vue @@ -100,6 +100,7 @@ onMounted(() => { .random-board { margin: 0 calc(50% - 184px); margin-top: 8px; + min-height: 100px; } .random-area {