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