From ff9211e557efe7ca447220e46ad1fc31c90f9fb1 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 28 Apr 2025 00:10:57 +0800 Subject: [PATCH] =?UTF-8?q?sync=EF=BC=9A=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=A1=8C=E9=AB=98=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20https://gitee.com/sheepjs/shopro-uniapp/commit/97d3?= =?UTF-8?q?1ae85921497b6af791ee084ae4f058929258=20sync:=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=AF=8C=E6=96=87=E6=9C=AC=E6=98=BE=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20https://gitee.com/sheepjs/shopro-uniapp/commit/6976?= =?UTF-8?q?caf8e89221c9bb37383b25f482e8989c05e4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/components/detail/detail-content-card.vue | 9 +++++++-- pages/order/aftersale/log-item.vue | 6 ++++++ pages/public/richtext.vue | 10 +++++----- sheep/components/s-richtext-block/s-richtext-block.vue | 8 +++++++- 4 files changed, 25 insertions(+), 8 deletions(-) diff --git a/pages/goods/components/detail/detail-content-card.vue b/pages/goods/components/detail/detail-content-card.vue index eaacc826..daac2b2f 100644 --- a/pages/goods/components/detail/detail-content-card.vue +++ b/pages/goods/components/detail/detail-content-card.vue @@ -1,4 +1,3 @@ - @@ -49,4 +48,10 @@ } } } + + :deep() { + image { + display: block; + } + } diff --git a/pages/order/aftersale/log-item.vue b/pages/order/aftersale/log-item.vue index 01329df3..2a5d20d8 100644 --- a/pages/order/aftersale/log-item.vue +++ b/pages/order/aftersale/log-item.vue @@ -74,4 +74,10 @@ color: #999999; margin-bottom: 40rpx; } + + :deep() { + image { + display: block; + } + } diff --git a/pages/public/richtext.vue b/pages/public/richtext.vue index bf6385a9..b1fee463 100644 --- a/pages/public/richtext.vue +++ b/pages/public/richtext.vue @@ -1,9 +1,7 @@ @@ -41,7 +39,6 @@ } getRichTextContent(options.id, options.title); }); - diff --git a/sheep/components/s-richtext-block/s-richtext-block.vue b/sheep/components/s-richtext-block/s-richtext-block.vue index 4daa2647..4e67a6d9 100644 --- a/sheep/components/s-richtext-block/s-richtext-block.vue +++ b/sheep/components/s-richtext-block/s-richtext-block.vue @@ -1,6 +1,7 @@ +