diff --git a/biji-qianduan/src/components/HomePage.vue b/biji-qianduan/src/components/HomePage.vue
index 8e54f33..9939858 100644
--- a/biji-qianduan/src/components/HomePage.vue
+++ b/biji-qianduan/src/components/HomePage.vue
@@ -120,10 +120,13 @@
-
我的笔记
+ 我的笔记
+
+
+
@@ -335,7 +338,7 @@ import {
generateRegistrationCode,
updatePassword
} from '@/api/CommonApi.js'
-import { Plus, Fold, Expand, Folder, Document, Search, Edit, Delete, ArrowDown, Clock, Lock, InfoFilled, Menu } from "@element-plus/icons-vue";
+import { Plus, Fold, Expand, Folder, Document, Search, Edit, Delete, ArrowDown, Clock, Lock, InfoFilled, Menu, User } from "@element-plus/icons-vue";
import { useUserStore } from '../stores/user';
import { useRouter } from 'vue-router';
import { privateNoteContent } from '../utils/privateNoteContent.js';
@@ -1268,6 +1271,16 @@ const resetUpdatePasswordForm = () => {
}
+.mobile-title {
+ cursor: pointer;
+}
+.mobile-search-container {
+.mobile-search-container {
+ margin-bottom: 1.5rem;
+}
+ padding: 0 1.5rem;
+ margin-bottom: 1.5rem;
+}