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 @@