diff --git a/biji-qianduan/src/components/home/NoteList.vue b/biji-qianduan/src/components/home/NoteList.vue index d2cfa21..21f4770 100644 --- a/biji-qianduan/src/components/home/NoteList.vue +++ b/biji-qianduan/src/components/home/NoteList.vue @@ -7,10 +7,15 @@ class="file-item" :class="{ 'private-note': file.isPrivate === 1 }" > -
- {{ file.title }} - {{ file.groupingName }} - +
+
+ + {{ file.title }} +
+
+ {{ file.groupingName }} + +
@@ -18,7 +23,7 @@