优化闪念布局
This commit is contained in:
@@ -139,10 +139,8 @@ export default () => {
|
|||||||
<Image
|
<Image
|
||||||
key={index}
|
key={index}
|
||||||
src={item}
|
src={item}
|
||||||
width={80}
|
|
||||||
height={80}
|
|
||||||
preview={false}
|
preview={false}
|
||||||
className='rounded-lg md:w-[100px] md:h-[100px] xs:w-20 xs:h-20 w-15 h-15 object-cover'
|
className='rounded-lg md:!w-[100px] md:!h-[100px] xs:!w-20 xs:!h-20 !w-15 !h-15 object-cover'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user