sync:富文本默认行高问题修复 https://gitee.com/sheepjs/shopro-uniapp/commit/97d31ae85921497b6af791ee084ae4f058929258
sync: 修复富文本显示问题 https://gitee.com/sheepjs/shopro-uniapp/commit/6976caf8e89221c9bb37383b25f482e8989c05e4
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<!-- 商品详情:描述卡片 -->
|
||||
<template>
|
||||
<view class="detail-content-card bg-white ss-m-x-20 ss-p-t-20">
|
||||
<view class="card-header ss-flex ss-col-center ss-m-b-30 ss-m-l-20">
|
||||
@@ -6,7 +5,7 @@
|
||||
<view class="title ss-m-l-20 ss-m-r-20">详情</view>
|
||||
</view>
|
||||
<view class="card-content">
|
||||
<mp-html :content="content" />
|
||||
<mp-html :content="content"></mp-html>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -49,4 +48,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
:deep() {
|
||||
image {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user