From 1c332efdc0eb1a74b2e7670fc0613b8e5abae485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 7 Aug 2025 16:55:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=82=B9=E8=AF=84=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=9A=84=E5=9B=BE=E7=89=87=E5=92=8C=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/localLife/UserComment/index.css | 24 +++++++++++- packages/localLife/UserComment/index.vue | 33 +++++++++++----- packages/localLife/detail/index.css | 20 ++++++++++ packages/localLife/detail/index.vue | 48 +++++++++++++++--------- 4 files changed, 96 insertions(+), 29 deletions(-) diff --git a/packages/localLife/UserComment/index.css b/packages/localLife/UserComment/index.css index 87b054c2..2925671d 100644 --- a/packages/localLife/UserComment/index.css +++ b/packages/localLife/UserComment/index.css @@ -56,6 +56,26 @@ image { margin-top: 30rpx; } +.Msg_con_img { + display: flex; + flex-wrap: wrap; + width: 100%; + margin-top: 15rpx; + gap: 15rpx; +} + +.Msg_con_img image { + width: calc(33.33% - 11rpx); + height: 225rpx; + flex-shrink: 0; +} + +.Msg_con_video{ + width: calc(33.33% - 11rpx); + height: 225rpx; + flex-shrink: 0; +} + .Msg_iconList_leftIcon { display: flex; align-items: center; @@ -117,9 +137,11 @@ image { display: flex; align-items: center; } -.comment_con input{ + +.comment_con input { flex: 1; } + .comment_con image { width: 28.3rpx; height: 28rpx; diff --git a/packages/localLife/UserComment/index.vue b/packages/localLife/UserComment/index.vue index d3688a98..f5552ff0 100644 --- a/packages/localLife/UserComment/index.vue +++ b/packages/localLife/UserComment/index.vue @@ -3,13 +3,14 @@