style: 调整封面尺寸
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user