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); }