From b246a12cd060306a51a3c46d7762db8215847bfd Mon Sep 17 00:00:00 2001 From: toom1996 Date: Wed, 9 Jul 2025 18:13:53 +0800 Subject: [PATCH] update --- src/pages/news.astro | 1 - src/pages/news/[...slug].astro | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/pages/news.astro b/src/pages/news.astro index 333c0ff..0e99c3b 100644 --- a/src/pages/news.astro +++ b/src/pages/news.astro @@ -13,7 +13,6 @@ if (!data || code !== 0) { return Astro.redirect('/404'); } -console.log(data) ---
diff --git a/src/pages/news/[...slug].astro b/src/pages/news/[...slug].astro index 91d00c4..014b8da 100644 --- a/src/pages/news/[...slug].astro +++ b/src/pages/news/[...slug].astro @@ -307,11 +307,6 @@ if (!data || code !== 0) { } @media (max-width: 1024px) { - .news-container { - grid-template-columns: 1fr; - margin-top: -1rem; - } - .news-sidebar { position: static; }