fix: 调整集数网格的间距,优化布局

This commit is contained in:
katelya
2025-09-03 22:13:37 +08:00
parent 5202a4b11a
commit b54d626496
+1 -1
View File
@@ -321,7 +321,7 @@ const EpisodeSelector: React.FC<EpisodeSelectorProps> = ({
</div>
{/* 集数网格 */}
<div className='grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-2 overflow-y-auto h-full pb-4'>
<div className='grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-x-2 gap-y-1.5 overflow-y-auto h-full pb-4'>
{(() => {
const len = currentEnd - currentStart + 1;
const episodes = Array.from({ length: len }, (_, i) =>