博客图片优化鼠标hover样式
This commit is contained in:
@@ -61,7 +61,7 @@ export default function Blog() {
|
||||
img: ({ node, src, ...props }) => (
|
||||
<PhotoProvider>
|
||||
<PhotoView src={src as string}>
|
||||
<img src={src} {...props} />
|
||||
<img src={src} {...props} className="cursor-pointer" />
|
||||
</PhotoView>
|
||||
</PhotoProvider>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user