优化闪念布局

This commit is contained in:
宇阳
2025-01-10 21:32:50 +08:00
parent ca2bfceffc
commit f85b543076

View File

@@ -139,10 +139,8 @@ export default () => {
<Image
key={index}
src={item}
width={80}
height={80}
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>
))}