style: 修复样式异常

This commit is contained in:
2026-08-15 12:40:12 +08:00
parent f7929be18d
commit 990d4b0728
5 changed files with 9 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
}
.archive {
width: 100%;
max-width: 860px;
margin: 0 auto;
}