mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-11 23:58:46 +08:00
fix:优化卡片布局,增加空间利用率
This commit is contained in:
@@ -316,7 +316,7 @@ const handleLoadMore = (channelId: string) => {
|
|||||||
// 卡片网格
|
// 卡片网格
|
||||||
.card-grid {
|
.card-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
|
||||||
gap: 24px;
|
gap: 24px;
|
||||||
grid-auto-rows: min-content;
|
grid-auto-rows: min-content;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user