<van-image style="margin:1.35rem 0 1.35rem 5px;"round width="2.3rem"height="2.3rem":src="require('@/assets/home/audit.png')"/>
你好,请使用下面的链接创建 issue 以帮助我们更快的排查问题,不规范的 issue 会被关闭,感谢配合。 https://youzan.github.io/vant-issue-generater Please use the link below to create a new issue, the non-standard issue will be closed. https://youzan.github.io/
1. 自定义显示顺序 如果你希望自定义图片的显示顺序,可以通过设置images属性来实现。 ```javascript ImagePreview({ images: [ { url: ' alt: 'image1' }, { url: ' alt: 'image2' } ], startPosition: 1 }); ``` 2. 自定义样式 Van-Image-Preview提供了一定的样式定制能力,你可以修改预览框的样式...
你的CSS中不应该使用border: none;或border: 0;,而应该使用: border-style: none; 你也可以像这样将它放在图像标签中: 如果图片没有src属性,两种方法都可以使用。上述方法是为了解决在某些浏览器中出现的令人讨厌的链接边框问题,其中边框无法正常显示。如果没有src属性时出现细边框,那么这是因为Chrome正在显示实...