mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-19 00:45:54 +08:00
style: 💄 修改商品详情图片展示空格问题
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
:use-cache="true"
|
:use-cache="true"
|
||||||
:show-with-animation="true"
|
:show-with-animation="true"
|
||||||
:html="res.mobileIntro"
|
:html="res.mobileIntro"
|
||||||
|
:tag-style="style"
|
||||||
></u-parse>
|
></u-parse>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -64,6 +65,9 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
goodsDetail: "",
|
goodsDetail: "",
|
||||||
|
style: {
|
||||||
|
img:"display:block"
|
||||||
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: ["res", "goodsId", "goodsParams"],
|
props: ["res", "goodsId", "goodsParams"],
|
||||||
|
|||||||
Reference in New Issue
Block a user