feat: 调整博客正文样式

This commit is contained in:
2026-07-10 20:14:24 +08:00
parent 66717405db
commit 4dcee7790b

View File

@@ -68,6 +68,7 @@ const published_at = formatDatetime(data.published_at, 'YYYY 年 M 月 D 日')
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}
.published-at {
@@ -76,7 +77,6 @@ const published_at = formatDatetime(data.published_at, 'YYYY 年 M 月 D 日')
gap: 8px;
color: #6b7280;
font-size: 14px;
margin-bottom: 20px;
}
.published-at svg {