调整更多推荐和豆瓣评论的边距
This commit is contained in:
@@ -112,7 +112,7 @@ export default function DoubanRecommendations({ doubanId }: DoubanRecommendation
|
||||
}
|
||||
|
||||
return (
|
||||
<ScrollableRow scrollDistance={600}>
|
||||
<ScrollableRow scrollDistance={600} bottomPadding='pb-2'>
|
||||
{recommendations.map((rec) => (
|
||||
<div
|
||||
key={rec.doubanId}
|
||||
|
||||
Reference in New Issue
Block a user