diff --git a/frontend/src/business/components/track/review/commom/ReviewCommentItem.vue b/frontend/src/business/components/track/review/commom/ReviewCommentItem.vue index 8c6f07b3f7..e06611f9d7 100644 --- a/frontend/src/business/components/track/review/commom/ReviewCommentItem.vue +++ b/frontend/src/business/components/track/review/commom/ReviewCommentItem.vue @@ -2,16 +2,18 @@
- {{comment.author.substring(0,1)}} + {{ comment.author.substring(0, 1) }}
- {{comment.author}} + {{ comment.author }} - {{comment.createTime | timestampFormatDate}} + {{ comment.createTime | timestampFormatDate }}
-
{{comment.description}}
+
+
{{ comment.description }}
+
@@ -29,41 +31,45 @@ export default {