From 4f0aa384f4a425cc8e95c9642898ea26c3d802dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Tue, 15 Jul 2025 17:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA=E9=A1=B5?= =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/courseDetail/components/comment.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/courseDetail/components/comment.vue b/src/pages/courseDetail/components/comment.vue index dd1b0f66..1ba652de 100644 --- a/src/pages/courseDetail/components/comment.vue +++ b/src/pages/courseDetail/components/comment.vue @@ -18,7 +18,7 @@ {{item.bbsContent}} - + {{item.bbsTm.substr(0,16)}} @@ -42,7 +42,7 @@ + :src="childrenItem.userIconImgId" > @@ -197,6 +197,7 @@ border-radius: 8rpx; // background-color: red; margin-bottom: 24rpx; + overflow: hidden; } .send_evaluate_div_height {