style: 调整封面尺寸
This commit is contained in:
@@ -103,7 +103,7 @@ posts.map((post) => {
|
||||
.post-cover {
|
||||
flex-shrink: 0;
|
||||
width: 160px;
|
||||
height: 110px;
|
||||
height: 100px;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -225,7 +225,7 @@ posts.map((post) => {
|
||||
|
||||
.post-cover {
|
||||
width: 128px;
|
||||
height: 88px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
@@ -255,7 +255,7 @@ posts.map((post) => {
|
||||
|
||||
.post-cover {
|
||||
width: 100px;
|
||||
height: 70px;
|
||||
height: 62px;
|
||||
}
|
||||
|
||||
.post-summary{
|
||||
|
||||
@@ -336,7 +336,7 @@ const isActive = (targetType: string, targetCode: string) =>
|
||||
.post-cover {
|
||||
flex-shrink: 0;
|
||||
width: 160px;
|
||||
height: 110px;
|
||||
height: 100px;
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -464,7 +464,7 @@ const isActive = (targetType: string, targetCode: string) =>
|
||||
|
||||
.post-cover {
|
||||
width: 128px;
|
||||
height: 88px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.post-title {
|
||||
@@ -494,7 +494,7 @@ const isActive = (targetType: string, targetCode: string) =>
|
||||
|
||||
.post-cover {
|
||||
width: 100px;
|
||||
height: 70px;
|
||||
height: 62px;
|
||||
}
|
||||
|
||||
.post-summary {
|
||||
|
||||
Reference in New Issue
Block a user