不要乱给Image加fill
This commit is contained in:
@@ -66,7 +66,7 @@ export default function Blog() {
|
|||||||
img: ({ src }) => (
|
img: ({ src }) => (
|
||||||
<PhotoProvider className="w-full">
|
<PhotoProvider className="w-full">
|
||||||
<PhotoView src={src as string}>
|
<PhotoView src={src as string}>
|
||||||
<Image src={src as string} fill alt="加载失败" />
|
<Image src={src as string} alt="加载失败" />
|
||||||
</PhotoView>
|
</PhotoView>
|
||||||
</PhotoProvider>
|
</PhotoProvider>
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user