diff --git a/frontend/src/business/components/track/review/commom/ReviewCommentItem.vue b/frontend/src/business/components/track/review/commom/ReviewCommentItem.vue index 7e8b08e782..8c6f07b3f7 100644 --- a/frontend/src/business/components/track/review/commom/ReviewCommentItem.vue +++ b/frontend/src/business/components/track/review/commom/ReviewCommentItem.vue @@ -6,12 +6,12 @@
- {{comment.author}} + {{comment.author}} {{comment.createTime | timestampFormatDate}}
-
{{comment.description}}
+
{{comment.description}}
@@ -57,8 +57,10 @@ export default { line-height: 30px; text-align: center; border-radius: 30px; + font-size: 14px; } + .comment-desc { overflow-wrap: break-word; word-break: break-all;