diff --git a/frontend_nuxt/components/DropdownMenu.vue b/frontend_nuxt/components/DropdownMenu.vue index 7223bb843..8cbefdf39 100644 --- a/frontend_nuxt/components/DropdownMenu.vue +++ b/frontend_nuxt/components/DropdownMenu.vue @@ -82,6 +82,7 @@ export default { .dropdown-item { padding: 8px 16px; white-space: nowrap; + cursor: pointer; } .dropdown-item:hover { background-color: var(--menu-selected-background-color); diff --git a/frontend_nuxt/pages/forgot-password.vue b/frontend_nuxt/pages/forgot-password.vue index 84fe866c0..024d00dd9 100644 --- a/frontend_nuxt/pages/forgot-password.vue +++ b/frontend_nuxt/pages/forgot-password.vue @@ -2,6 +2,7 @@
找回密码
+
{{ emailError }}
@@ -19,6 +20,10 @@
重置密码
提交中...
+
+ + 使用 Google 注册的用户可使用对应的邮箱进行找回密码 +
@@ -26,6 +31,8 @@