From 6b0556da28b8d3d6337451a0d7f17085177f8f80 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 27 Aug 2023 21:44:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E4=BC=98=E5=8C=96=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userRecord/tur-world-grid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/userRecord/tur-world-grid.vue b/src/components/userRecord/tur-world-grid.vue index 7cd775cb..55d79e43 100644 --- a/src/components/userRecord/tur-world-grid.vue +++ b/src/components/userRecord/tur-world-grid.vue @@ -32,6 +32,6 @@ function getData(): TGApp.Sqlite.Record.WorldExplore[] { display: grid; width: 100%; grid-gap: 10px; - grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(3, 1fr); }