mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-19 00:45:54 +08:00
fix: 🐛 修复砍价、积分商品详情图片间距问题
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<div class="bargain">
|
||||
<div class="row-title">商品详情</div>
|
||||
<view class="u-content">
|
||||
<u-parse :html="goodsData.mobileIntro"></u-parse>
|
||||
<u-parse :html="goodsData.mobileIntro" :tag-style="style"></u-parse>
|
||||
</view>
|
||||
</div>
|
||||
</div>
|
||||
@@ -59,6 +59,9 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
style: {
|
||||
img:"display:block"
|
||||
},
|
||||
maskFlag: false, //商品弹框
|
||||
lightColor: this.$lightColor,
|
||||
goodsData: {}, //积分商品中商品详情
|
||||
@@ -214,4 +217,4 @@ export default {
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user