【发布时间】:2021-08-16 00:41:19
【问题描述】:
import Image from 'next/image'
import styled from 'styled-components'
<Grid container >
<Image className='logo'
src="/logo-crazy-monkey-hd-png-download-800x11312396344-pngfind-crazy-hd-png-840_886.png"
width={100}
height={100}
/>
<Grid item xs={6}>
<UlFlex>
<li><Link href="/categories" >CATEGORIES</Link></li>
<li><Link href="/collections">COLLECTIONS </Link> </li>
<li><Link href="resources" >RESOURCES</Link> </li>
</UlFlex>
</Grid>
我在 next.js 中设置样式和定位 imge 我要使用什么 样式组件或者是否有更好的方法来做到这一点?
【问题讨论】: