diff --git a/src/components/Comment/CommentListView.vue b/src/components/Comment/CommentListView.vue
new file mode 100644
index 000000000..74f21dd79
--- /dev/null
+++ b/src/components/Comment/CommentListView.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+ {{ item.author }}
+
+ {{ item.author }}
+ 发表在
+
+ 《{{ targetTitle(item) }}》
+
+
+
+
+
+
+
+ {{ item.createTime | timeAgo }}
+
+
+
+
+
+
+
+
diff --git a/src/components/Tools/HeaderComment.vue b/src/components/Tools/HeaderComment.vue
index 915a545bc..0adef77eb 100644
--- a/src/components/Tools/HeaderComment.vue
+++ b/src/components/Tools/HeaderComment.vue
@@ -1,53 +1,24 @@
-
+
-