theme-game 主题样式;背景微调

This commit is contained in:
tangly1024.com
2024-04-02 15:59:39 +08:00
parent 61a64b3ee7
commit e8aa2a2216
7 changed files with 40 additions and 35 deletions

View File

@@ -33,7 +33,7 @@ export const GameListRecent = ({ maxCount = 14 }) => {
return (
<>
<div className='game-list-recent-wrapper w-full max-w-full overflow-x-auto pt-4 px-2'>
<div className='game-grid md:flex grid grid-flow-col gap-2'>
<div className='game-grid flex gap-2'>
{components?.map((ItemComponent, index) => {
return ItemComponent
})}