From 7b2a03eeebd0258dde2b457173d2f6a702bd9ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Tue, 6 Jan 2026 22:11:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=BB=84=E4=BB=B6):=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4PostCard=E4=B8=AD=E7=9A=84=E5=A4=9A=E4=BD=99=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=B9=B6=E8=B0=83=E6=95=B4MainGridLayout=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除PostCard组件中不再需要的右侧箭头图标,优化视觉简洁性 调整MainGridLayout中主内容区的overflow和min-width属性,解决长文本布局问题 --- src/components/PostCard.astro | 1 - src/layouts/MainGridLayout.astro | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/PostCard.astro b/src/components/PostCard.astro index 6407f18ca..a39f9d9aa 100644 --- a/src/components/PostCard.astro +++ b/src/components/PostCard.astro @@ -44,7 +44,6 @@ const { remarkPluginFrontmatter } = await entry.render(); "> {title} - diff --git a/src/layouts/MainGridLayout.astro b/src/layouts/MainGridLayout.astro index e3af813d2..b6c7f24d0 100644 --- a/src/layouts/MainGridLayout.astro +++ b/src/layouts/MainGridLayout.astro @@ -82,7 +82,7 @@ const mainPanelTop = siteConfig.banner.enable -
+