style: 💄 修改商品详情图片展示空格问题

master
Yer 2023-07-11 17:58:45 +08:00
parent e6dcb5cd3a
commit cba7ae98fa
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@
:use-cache="true"
:show-with-animation="true"
:html="res.mobileIntro"
:tag-style="style"
></u-parse>
</view>
</view>
@ -64,6 +65,9 @@ export default {
data() {
return {
goodsDetail: "",
style: {
img:"display:block"
}
};
},
props: ["res", "goodsId", "goodsParams"],