From ff67f8463b95d42af3f0e75961fac7d829048299 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 9 Mar 2023 02:04:21 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EA=B0=B1=EC=8B=A0=20=EC=99=84=EB=A3=8C?= =?UTF-8?q?=20=EC=A3=BC=EA=B8=B0=EB=A5=BC=20=EC=A1=B0=EA=B8=88=20=EC=A7=A7?= =?UTF-8?q?=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/PageFront.vue | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/hwe/ts/PageFront.vue b/hwe/ts/PageFront.vue index 13c1b782..0e66b3ec 100644 --- a/hwe/ts/PageFront.vue +++ b/hwe/ts/PageFront.vue @@ -408,14 +408,20 @@ watch(refreshCounter, async () => { } } if (haveNewRecord) { - toasts.info({ - title: "갱신 완료", - body: `동향 변경이 있습니다.`, - }); + toasts.info( + { + title: "갱신 완료", + body: `동향 변경이 있습니다.`, + }, + { delay: 1000 * 3 } + ); } else { - toasts.success({ - title: "갱신 완료", - }); + toasts.success( + { + title: "갱신 완료", + }, + { delay: 1000 * 3 } + ); } const lastVoteID = response.global.lastVoteID; @@ -539,7 +545,7 @@ watch(refreshCounter, async () => { grid-template-columns: 1fr; } - .reservedCommandZone{ + .reservedCommandZone { grid-row: 1; } @@ -555,7 +561,7 @@ watch(refreshCounter, async () => { grid-row: 4; } - .cityInfo{ + .cityInfo { grid-row: 5; }