mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:53:25 +08:00
uniapp【优化】:详情页图片之间有间隙
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="goods-detail-content m-20 p-20 radius-20 bg-white">
|
<view class="goods-detail-content m-20 p-20 radius-20 bg-white">
|
||||||
<view class="title">详情介绍</view>
|
<view class="title">详情介绍</view>
|
||||||
<view v-if="props.goodsDetailContent">
|
<view v-if="props.goodsDetailContent" class="content-detail">
|
||||||
<uv-parse :content="props.goodsDetailContent"></uv-parse>
|
<uv-parse :content="props.goodsDetailContent" :tagStyle="{
|
||||||
|
img:'display:block;',
|
||||||
|
}"></uv-parse>
|
||||||
</view>
|
</view>
|
||||||
<view v-else class="p-b-50">
|
<view v-else class="p-b-50">
|
||||||
<coreshop-empty></coreshop-empty>
|
<coreshop-empty></coreshop-empty>
|
||||||
|
|||||||
Reference in New Issue
Block a user