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