style: 调整封面尺寸

This commit is contained in:
2026-08-13 17:20:25 +08:00
parent a99c165ba3
commit 25e5249739
2 changed files with 6 additions and 6 deletions

View File

@@ -103,7 +103,7 @@ posts.map((post) => {
.post-cover { .post-cover {
flex-shrink: 0; flex-shrink: 0;
width: 160px; width: 160px;
height: 110px; height: 100px;
border-radius: 8px; border-radius: 8px;
display: flex; display: flex;
align-items: center; align-items: center;
@@ -225,7 +225,7 @@ posts.map((post) => {
.post-cover { .post-cover {
width: 128px; width: 128px;
height: 88px; height: 80px;
} }
.post-title { .post-title {
@@ -255,7 +255,7 @@ posts.map((post) => {
.post-cover { .post-cover {
width: 100px; width: 100px;
height: 70px; height: 62px;
} }
.post-summary{ .post-summary{

View File

@@ -336,7 +336,7 @@ const isActive = (targetType: string, targetCode: string) =>
.post-cover { .post-cover {
flex-shrink: 0; flex-shrink: 0;
width: 160px; width: 160px;
height: 110px; height: 100px;
border-radius: 8px; border-radius: 8px;
display: flex; display: flex;
align-items: center; align-items: center;
@@ -464,7 +464,7 @@ const isActive = (targetType: string, targetCode: string) =>
.post-cover { .post-cover {
width: 128px; width: 128px;
height: 88px; height: 80px;
} }
.post-title { .post-title {
@@ -494,7 +494,7 @@ const isActive = (targetType: string, targetCode: string) =>
.post-cover { .post-cover {
width: 100px; width: 100px;
height: 70px; height: 62px;
} }
.post-summary { .post-summary {