image 标签添加 mode="widthFix"
<image mode="widthFix" :src="detailData.coverImageURL" />
image 标签添加样式
image {
width: 100%;
height: auto;
}
image 标签添加 mode="widthFix"
<image mode="widthFix" :src="detailData.coverImageURL" />
image 标签添加样式
image {
width: 100%;
height: auto;
}