fix: marketplace

This commit is contained in:
StyleZhang
2024-11-07 15:37:22 +08:00
parent 65285965b6
commit b83dc5ab99
8 changed files with 28 additions and 64 deletions

View File

@ -4,7 +4,7 @@ import Line from './line'
const Empty = () => {
return (
<div
className='relative grid grid-cols-4 grid-rows-4 gap-3 p-2'
className='grow relative h-0 grid grid-cols-4 grid-rows-4 gap-3 p-2 overflow-hidden'
>
{
Array.from({ length: 16 }).map((_, index) => (