From 25e52497395c56f5a8a38ed002932d0c3fb33c55 Mon Sep 17 00:00:00 2001 From: xy <10816187@qq.com> Date: Thu, 13 Aug 2026 17:20:25 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E5=B0=81=E9=9D=A2?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PostList.astro | 6 +++--- src/pages/filter.astro | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/PostList.astro b/src/components/PostList.astro index 1d2375e..5cf68e9 100644 --- a/src/components/PostList.astro +++ b/src/components/PostList.astro @@ -103,7 +103,7 @@ posts.map((post) => { .post-cover { flex-shrink: 0; width: 160px; - height: 110px; + height: 100px; border-radius: 8px; display: flex; align-items: center; @@ -225,7 +225,7 @@ posts.map((post) => { .post-cover { width: 128px; - height: 88px; + height: 80px; } .post-title { @@ -255,7 +255,7 @@ posts.map((post) => { .post-cover { width: 100px; - height: 70px; + height: 62px; } .post-summary{ diff --git a/src/pages/filter.astro b/src/pages/filter.astro index 5f0e8cb..0a404cc 100644 --- a/src/pages/filter.astro +++ b/src/pages/filter.astro @@ -336,7 +336,7 @@ const isActive = (targetType: string, targetCode: string) => .post-cover { flex-shrink: 0; width: 160px; - height: 110px; + height: 100px; border-radius: 8px; display: flex; align-items: center; @@ -464,7 +464,7 @@ const isActive = (targetType: string, targetCode: string) => .post-cover { width: 128px; - height: 88px; + height: 80px; } .post-title { @@ -494,7 +494,7 @@ const isActive = (targetType: string, targetCode: string) => .post-cover { width: 100px; - height: 70px; + height: 62px; } .post-summary {