From 9225ba3cbd968cf457565630a42ed8df3fe4cf47 Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Wed, 22 Mar 2023 19:03:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=AF=84=E8=AE=BA=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=9B=9E=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../goods/components/detail/comment-item.vue | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pages/goods/components/detail/comment-item.vue b/pages/goods/components/detail/comment-item.vue index b724e0b..810c4f3 100644 --- a/pages/goods/components/detail/comment-item.vue +++ b/pages/goods/components/detail/comment-item.vue @@ -32,6 +32,10 @@ + + 商家回复 + {{ item.reply_content }} + @@ -71,4 +75,24 @@ font-weight: 400; color: #333333; } + .reply-box { + position: relative; + } + .reply-title { + position: absolute; + left: 0; + top: 0; + font-weight: 600; + font-size: 26rpx; + line-height: 40rpx; + color: #666666; + } + + .reply-content { + text-indent: 108rpx; + font-weight: 400; + font-size: 26rpx; + line-height: 40rpx; + color: #333333; + }